aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r--drivers/scsi/qla2xxx/qla_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h
index 57d659cf99ee..09190ba411fd 100644
--- a/drivers/scsi/qla2xxx/qla_def.h
+++ b/drivers/scsi/qla2xxx/qla_def.h
@@ -2171,6 +2171,7 @@ struct rsp_que {
2171 struct qla_msix_entry *msix; 2171 struct qla_msix_entry *msix;
2172 struct req_que *req; 2172 struct req_que *req;
2173 srb_t *status_srb; /* status continuation entry */ 2173 srb_t *status_srb; /* status continuation entry */
2174 struct work_struct q_work;
2174}; 2175};
2175 2176
2176/* Request queue data structure */ 2177/* Request queue data structure */
@@ -2539,6 +2540,7 @@ struct qla_hw_data {
2539 struct qla_chip_state_84xx *cs84xx; 2540 struct qla_chip_state_84xx *cs84xx;
2540 struct qla_statistics qla_stats; 2541 struct qla_statistics qla_stats;
2541 struct isp_operations *isp_ops; 2542 struct isp_operations *isp_ops;
2543 struct workqueue_struct *wq;
2542}; 2544};
2543 2545
2544/* 2546/*