aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index fe3b58e836c8..53075e5039e6 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -479,6 +479,11 @@ struct scsi_host_template {
479 unsigned no_write_same:1; 479 unsigned no_write_same:1;
480 480
481 /* 481 /*
482 * True if asynchronous aborts are not supported
483 */
484 unsigned no_async_abort:1;
485
486 /*
482 * Countdown for host blocking with no commands outstanding. 487 * Countdown for host blocking with no commands outstanding.
483 */ 488 */
484 unsigned int max_host_blocked; 489 unsigned int max_host_blocked;
@@ -690,6 +695,11 @@ struct Scsi_Host {
690 struct workqueue_struct *work_q; 695 struct workqueue_struct *work_q;
691 696
692 /* 697 /*
698 * Task management function work queue
699 */
700 struct workqueue_struct *tmf_work_q;
701
702 /*
693 * Host has rejected a command because it was busy. 703 * Host has rejected a command because it was busy.
694 */ 704 */
695 unsigned int host_blocked; 705 unsigned int host_blocked;