Searched refs:IS_CNA_CAPABLE (Results 1 – 9 of 9) sorted by relevance
992 if (iter->type == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_alloc_sysfs_attr()1020 if (iter->type == 3 && !(IS_CNA_CAPABLE(ha))) in qla2x00_free_sysfs_attr()1478 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vlan_id_show()1490 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vn_port_mac_address_show()3094 if (IS_CNA_CAPABLE(ha)) in qla2x00_init_host_attr()
1647 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_adapter_id()1676 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_get_adapter_id()2204 if (!IS_FWI2_CAPABLE(vha->hw) || IS_CNA_CAPABLE(vha->hw)) in qla24xx_link_initialize()2256 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_lip_reset()4970 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_xgmac_stats()5011 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_dcbx_params()5109 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_loopback_test()5150 if (IS_CNA_CAPABLE(ha)) { in qla2x00_echo_test()5167 if (IS_CNA_CAPABLE(ha)) in qla2x00_echo_test()5172 IS_CNA_CAPABLE(ha) || IS_QLA2031(ha)) in qla2x00_echo_test()[all …]
820 if (IS_CNA_CAPABLE(ha)) in qla2xxx_get_flt_info()830 if (IS_CNA_CAPABLE(ha)) in qla2xxx_get_flt_info()1078 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && in qla2xxx_get_flash_info()1106 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha)) in qla2xxx_flash_npiv_conf()
647 if (IS_CNA_CAPABLE(ha)) in qla2x00_async_event()906 if (IS_CNA_CAPABLE(ha)) { in qla2x00_async_event()3591 !IS_QLA8432(ha) && !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && in qla2x00_request_irqs()
1768 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmi_rpa()2347 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmiv2_rpa()
1412 IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha) || in qla2x00_optrom_setup()
4073 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()4274 IS_CNA_CAPABLE(ha) || in qla2x00_configure_hba()4371 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha); in qla2x00_set_model_info()
1678 if (ha->flags.enable_lip_full_login && !IS_CNA_CAPABLE(ha)) { in qla2x00_loop_reset()4195 if (IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha) || in qla2x00_mem_alloc()
3850 #define IS_CNA_CAPABLE(ha) (IS_QLA81XX(ha) || IS_QLA82XX(ha) || \ macro