Searched refs:IS_CNA_CAPABLE (Results 1 – 9 of 9) sorted by relevance
487 || IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) in qla2x00_sysfs_write_optrom_ctl()957 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_alloc_sysfs_attr()987 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_free_sysfs_attr()1387 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vlan_id_show()1399 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_vn_port_mac_address_show()2315 if (IS_CNA_CAPABLE(ha)) in qla2x00_init_host_attr()
1111 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_adapter_id()1138 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_get_adapter_id()1716 if (!IS_FWI2_CAPABLE(vha->hw) || IS_CNA_CAPABLE(vha->hw)) in qla24xx_link_initialize()1768 if (IS_CNA_CAPABLE(vha->hw)) { in qla2x00_lip_reset()3318 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_set_idma_speed()4340 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_xgmac_stats()4381 if (!IS_CNA_CAPABLE(vha->hw)) in qla2x00_get_dcbx_params()4479 if (IS_CNA_CAPABLE(vha->hw)) in qla2x00_loopback_test()4519 if (IS_CNA_CAPABLE(ha)) { in qla2x00_echo_test()4537 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()1016 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && !IS_QLA27XX(ha)) in qla2xxx_get_flash_info()1043 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha)) in qla2xxx_flash_npiv_conf()
595 if (IS_CNA_CAPABLE(ha)) in qla2x00_async_event()828 if (IS_CNA_CAPABLE(ha)) { in qla2x00_async_event()3114 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha) && !IS_QLAFX00(ha) && in qla2x00_request_irqs()
1518 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmi_rpa()2093 if (IS_CNA_CAPABLE(ha)) in qla2x00_fdmiv2_rpa()
2243 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()2441 IS_CNA_CAPABLE(ha) || in qla2x00_configure_hba()2536 !IS_CNA_CAPABLE(ha) && !IS_QLA2031(ha); in qla2x00_set_model_info()
1393 IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha)) in qla2x00_optrom_setup()
1328 if (ha->flags.enable_lip_full_login && !IS_CNA_CAPABLE(ha)) { in qla2x00_loop_reset()3492 if (IS_CNA_CAPABLE(ha) || IS_QLA2031(ha) || IS_QLA27XX(ha)) { in qla2x00_mem_alloc()
3133 #define IS_CNA_CAPABLE(ha) (IS_QLA81XX(ha) || IS_QLA82XX(ha) || \ macro