Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_def.h2968 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
2987 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
Dqla_init.c1374 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
2454 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
2507 if (IS_QLA23XX(ha)) in qla2x00_nvram_config()
2523 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
Dqla_attr.c2118 else if (IS_QLA23XX(ha)) in qla2x00_init_host_attr()
Dqla_gs.c1591 else if (IS_QLA23XX(ha)) in qla2x00_fdmi_rpa()
Dqla_os.c2411 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
5283 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
Dqla_mbx.c2770 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()