Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3778 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
3802 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
Dqla_init.c3133 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
4408 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
4461 if (IS_QLA23XX(ha)) in qla2x00_nvram_config()
4477 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
Dqla_attr.c2337 else if (IS_QLA23XX(ha)) in qla2x00_init_host_attr()
Dqla_gs.c1814 else if (IS_QLA23XX(ha)) in qla2x00_fdmi_rpa()
2393 else if (IS_QLA23XX(ha)) in qla2x00_fdmiv2_rpa()
Dqla_os.c2848 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
6630 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
Dqla_mbx.c3278 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()