Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_def.h4236 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
4262 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
Dqla_init.c3536 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
4956 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
5011 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
Dqla_os.c2985 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
7784 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
Dqla_gs.c1555 if (IS_QLA23XX(ha)) in qla25xx_fdmi_port_speed_capability()
Dqla_mbx.c3465 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()