Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h4337 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
4363 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
H A Dqla_init.c3825 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
5276 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
5331 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
H A Dqla_os.c3045 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
7860 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
H A Dqla_gs.c1555 if (IS_QLA23XX(ha)) in qla25xx_fdmi_port_speed_capability()
H A Dqla_mbx.c3464 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()