Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_def.h2547 #define IS_QLA23XX(ha) (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA2322(ha) || \ macro
2565 #define IS_ALOGIO_CAPABLE(ha) (IS_QLA23XX(ha) || IS_FWI2_CAPABLE(ha))
Dqla_init.c1261 } else if (IS_QLA23XX(ha)) { in qla2x00_alloc_fw_dump()
2241 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
2294 if (IS_QLA23XX(ha)) in qla2x00_nvram_config()
2310 if (IS_QLA23XX(ha)) { in qla2x00_nvram_config()
Dqla_os.c1997 } else if (IS_QLA23XX(ha)) { in qla2x00_probe_one()
3850 } else if (IS_QLA23XX(ha)) { in qla2xxx_pci_mmio_enabled()
Dqla_attr.c2035 else if (IS_QLA23XX(ha)) in qla2x00_init_host_attr()
Dqla_gs.c1556 else if (IS_QLA23XX(ha)) in qla2x00_fdmi_rpa()
Dqla_mbx.c2525 if (!IS_QLA23XX(ha) && !IS_FWI2_CAPABLE(ha)) in qla2x00_system_error()