Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_def.h3104 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312) macro
3124 IS_QLA6312(ha) || IS_QLA6322(ha))
Dqla_init.c2000 if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_update_fw_options()
2018 if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_update_fw_options()
2037 if (IS_QLA6312(ha)) in qla2x00_update_fw_options()
Dqla_os.c5346 } else if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) { in qla2x00_request_firmware()