diff options
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index a013c16af5f1..f8c88fc7b80a 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -76,11 +76,12 @@ struct hpsa_scsi_dev_t { | |||
76 | unsigned char raid_level; /* from inquiry page 0xC1 */ | 76 | unsigned char raid_level; /* from inquiry page 0xC1 */ |
77 | unsigned char volume_offline; /* discovered via TUR or VPD */ | 77 | unsigned char volume_offline; /* discovered via TUR or VPD */ |
78 | u16 queue_depth; /* max queue_depth for this device */ | 78 | u16 queue_depth; /* max queue_depth for this device */ |
79 | atomic_t reset_cmds_out; /* Count of commands to-be affected */ | 79 | atomic_t commands_outstanding; /* track commands sent to device */ |
80 | atomic_t ioaccel_cmds_out; /* Only used for physical devices | 80 | atomic_t ioaccel_cmds_out; /* Only used for physical devices |
81 | * counts commands sent to physical | 81 | * counts commands sent to physical |
82 | * device via "ioaccel" path. | 82 | * device via "ioaccel" path. |
83 | */ | 83 | */ |
84 | bool in_reset; | ||
84 | u32 ioaccel_handle; | 85 | u32 ioaccel_handle; |
85 | u8 active_path_index; | 86 | u8 active_path_index; |
86 | u8 path_map; | 87 | u8 path_map; |