Searched refs:IS_CNA_CAPABLE (Results 1 – 9 of 9) sorted by relevance
410 || IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) in qla2x00_sysfs_write_optrom_ctl()912 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_alloc_sysfs_attr()940 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_free_sysfs_attr()1340 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vlan_id_show()1352 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vn_port_mac_address_show()2326 if (IS_CNA_CAPABLE(ha)) in qla2x00_init_host_attr()
1616 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_adapter_id()1645 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_get_adapter_id()2163 if (!IS_FWI2_CAPABLE(vha->hw) || IS_CNA_CAPABLE(vha->hw)) in qla24xx_link_initialize()2215 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_lip_reset()3765 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_set_idma_speed()4877 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_xgmac_stats()4918 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_dcbx_params()5016 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_loopback_test()5057 if (IS_CNA_CAPABLE(ha)) { in qla2x00_echo_test()5074 if (IS_CNA_CAPABLE(ha)) in qla2x00_echo_test()[all …]
824 if (IS_CNA_CAPABLE(ha)) in qla2xxx_get_flt_info()834 if (IS_CNA_CAPABLE(ha)) in qla2xxx_get_flt_info()1048 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && !IS_QLA27XX(ha)) in qla2xxx_get_flash_info()1075 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha)) in qla2xxx_flash_npiv_conf()
639 if (IS_CNA_CAPABLE(ha)) in qla2x00_async_event()894 if (IS_CNA_CAPABLE(ha)) { in qla2x00_async_event()3546 !IS_QLA8432(ha) && !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && in qla2x00_request_irqs()
1415 IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha)) in qla2x00_optrom_setup()
3989 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()4189 IS_CNA_CAPABLE(ha) || in qla2x00_configure_hba()4285 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha); in qla2x00_set_model_info()
1790 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmi_rpa()2369 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmiv2_rpa()
1689 if (ha->flags.enable_lip_full_login && !IS_CNA_CAPABLE(ha)) { in qla2x00_loop_reset()4048 if (IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha)) { in qla2x00_mem_alloc()
3788 #define IS_CNA_CAPABLE(ha) (IS_QLA81XX(ha) || IS_QLA82XX(ha) || \ macro