diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2012-08-22 14:21:24 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-24 04:10:52 -0400 |
commit | bf5b8ad7bd7ad56fc4d4132996babb74443672d6 (patch) | |
tree | 402f2494d8230c8dded4048d6013e69aec3b813a /drivers/scsi/qla2xxx/qla_def.h | |
parent | e92e4a8f003910d985b5e5f721724b1e1327208b (diff) |
[SCSI] qla2xxx: Fix for handling some error conditions in loopback.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index c4e77d7bb082..b214fd816135 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2622,7 +2622,8 @@ struct qla_hw_data { | |||
2622 | uint32_t nic_core_reset_owner:1; | 2622 | uint32_t nic_core_reset_owner:1; |
2623 | uint32_t isp82xx_no_md_cap:1; | 2623 | uint32_t isp82xx_no_md_cap:1; |
2624 | uint32_t host_shutting_down:1; | 2624 | uint32_t host_shutting_down:1; |
2625 | /* 30 bits */ | 2625 | uint32_t idc_compl_status:1; |
2626 | /* 32 bits */ | ||
2626 | } flags; | 2627 | } flags; |
2627 | 2628 | ||
2628 | /* This spinlock is used to protect "io transactions", you must | 2629 | /* This spinlock is used to protect "io transactions", you must |