Home
last modified time | relevance | path

Searched refs:IS_QLA2312 (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_def.h2951 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312) macro
2968 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \
Dqla_init.c1802 if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_update_fw_options()
1820 if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_update_fw_options()
Dqla_os.c5182 } else if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_request_firmware()