Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_def.h4103 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
4129 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
H A Dqla_init.c3348 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
4743 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
4798 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
H A Dqla_os.c2887 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
7493 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
H A Dqla_gs.c1553 if (IS_QLA23XX(ha)) in qla25xx_fdmi_port_speed_capability()
H A Dqla_mbx.c3408 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()