diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-08-27 09:37:41 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 18:28:04 +0400 |
commit | 1fe19ee48895a3b497c8f05fab3d5533535ccf04 (patch) | |
tree | dc96239953b45610e34f6f9238c148c851695fa5 /drivers/scsi/qla2xxx/qla_mr.h | |
parent | fabbb8df8eba6f248fd0fef7d19a0d7d4a4a0e95 (diff) | |
download | linux-1fe19ee48895a3b497c8f05fab3d5533535ccf04.tar.xz |
[SCSI] qla2xxx: Add changes to support extended IOs for ISPFX00
Signed-off-by: Armen Baloyan <armen.baloyan@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_mr.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mr.h b/drivers/scsi/qla2xxx/qla_mr.h index 982f7d3b14e7..772860bfdbfb 100644 --- a/drivers/scsi/qla2xxx/qla_mr.h +++ b/drivers/scsi/qla2xxx/qla_mr.h @@ -510,8 +510,11 @@ struct mr_data_fx00 { uint16_t fw_critemp_timer_tick; uint32_t old_aenmbx0_state; uint32_t critical_temperature; + bool extended_io_enabled; }; +#define QLAFX00_EXTENDED_IO_EN_MASK 0x20 + /* * SoC Junction Temperature is stored in * bits 9:1 of SoC Junction Temperature Register |