Home
last modified time | relevance | path

Searched refs:IS_QLA23XX (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_def.h3123 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
3147 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
Dqla_init.c1544 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
2659 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
2712 if (IS_QLA23XX(ha)) in qla2x00_nvram_config()
2728 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
Dqla_gs.c1542 else if (IS_QLA23XX(ha)) in qla2x00_fdmi_rpa()
2117 else if (IS_QLA23XX(ha)) in qla2x00_fdmiv2_rpa()
Dqla_attr.c2326 else if (IS_QLA23XX(ha)) in qla2x00_init_host_attr()
Dqla_os.c2380 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
5449 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
Dqla_mbx.c2834 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()