diff options
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | 2015-08-04 13:37:55 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-08-26 20:43:59 -0400 |
commit | d6b9b42b49518c30df9de92ce499f005d336e97b (patch) | |
tree | 1ec9e754133ec75299cff3fe2022aff3cbb598ae /drivers/scsi/qla2xxx/qla_def.h | |
parent | 8dd7e3a55949f17fecba4aedb2cb943b153e5e55 (diff) |
qla2xxx: Add adapter checks for FAWWN functionality.
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Odin.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 ac88c4e7cf13..cbcc6fc9f562 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -3164,6 +3164,7 @@ struct qla_hw_data { | |||
3164 | #define IS_TGT_MODE_CAPABLE(ha) (ha->tgt.atio_q_length) | 3164 | #define IS_TGT_MODE_CAPABLE(ha) (ha->tgt.atio_q_length) |
3165 | #define IS_SHADOW_REG_CAPABLE(ha) (IS_QLA27XX(ha)) | 3165 | #define IS_SHADOW_REG_CAPABLE(ha) (IS_QLA27XX(ha)) |
3166 | #define IS_DPORT_CAPABLE(ha) (IS_QLA83XX(ha) || IS_QLA27XX(ha)) | 3166 | #define IS_DPORT_CAPABLE(ha) (IS_QLA83XX(ha) || IS_QLA27XX(ha)) |
3167 | #define IS_FAWWN_CAPABLE(ha) (IS_QLA83XX(ha) || IS_QLA27XX(ha)) | ||
3167 | 3168 | ||
3168 | /* HBA serial number */ | 3169 | /* HBA serial number */ |
3169 | uint8_t serial0; | 3170 | uint8_t serial0; |