Home
last modified time | relevance | path

Searched refs:IS_QLA84XX (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_bsg.c973 if (!IS_QLA84XX(ha)) { in qla84xx_reset()
1016 if (!IS_QLA84XX(ha)) { in qla84xx_updatefw()
1125 if (!IS_QLA84XX(ha)) { in qla84xx_mgmt_cmd()
Dqla_def.h4116 #define IS_QLA84XX(ha) (IS_QLA8432(ha)) macro
4120 IS_QLA84XX(ha))
4124 #define IS_QLA2XXX_MIDTYPE(ha) (IS_QLA24XX(ha) || IS_QLA84XX(ha) || \
Dqla_init.c2402 if (IS_QLA84XX(ha)) { in qla2x00_initialize_adapter()
2420 if (rval == QLA_SUCCESS && IS_QLA84XX(ha)) { in qla2x00_initialize_adapter()
4414 if (IS_QLA84XX(ha) && state[0] != FSTATE_READY) { in qla2x00_fw_ready()
Dqla_attr.c1504 if (!IS_QLA84XX(ha)) in qla24xx_84xx_fw_version_show()