diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-08-27 01:37:38 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 10:28:03 -0400 |
commit | 71e56003621b2347405c65c3061e5dc0fa9cdd98 (patch) | |
tree | 80d656817b2b869062882ec58d384329731b9838 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 4247934397d7bf4105a9fd5abcf990954cf39d5f (diff) |
[SCSI] qla2xxx: Add critical temperature handling for ISPFX00.
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Acked-by: Srinivasa Rao <srinivasa.rao@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index a494e2e74693..e5d3373e7aeb 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -3369,6 +3369,7 @@ typedef struct scsi_qla_host { | |||
3369 | #define PORT_UPDATE_NEEDED 24 | 3369 | #define PORT_UPDATE_NEEDED 24 |
3370 | #define FX00_RESET_RECOVERY 25 | 3370 | #define FX00_RESET_RECOVERY 25 |
3371 | #define FX00_TARGET_SCAN 26 | 3371 | #define FX00_TARGET_SCAN 26 |
3372 | #define FX00_CRITEMP_RECOVERY 27 | ||
3372 | 3373 | ||
3373 | uint32_t device_flags; | 3374 | uint32_t device_flags; |
3374 | #define SWITCH_FOUND BIT_0 | 3375 | #define SWITCH_FOUND BIT_0 |