Home
last modified time | relevance | path

Searched refs:IS_VF (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/drivers/net/qede/
H A Dqede_regs.c22 if (IS_VF(edev)) in qede_get_regs_len()
88 if (IS_VF(edev)) in qede_get_regs()
H A Dqede_main.c473 if (IS_VF(edev)) in qed_fill_eth_dev_info()
608 if (IS_VF(edev)) in qed_set_link()
668 if (IS_VF(edev)) in qed_drain()
763 if (IS_VF(edev)) in qed_get_sb_info()
H A Dqede_ethdev.c627 if (IS_VF(edev)) { in qed_configure_filter_rx_mode()
845 if (IS_VF(edev) && !ecore_vf_check_mac(ECORE_LEADING_HWFN(edev), in qede_mac_addr_set()
1225 ((strcmp(QEDE_VF_TX_SWITCHING, key) == 0) && IS_VF(edev))) { in qede_args_check()
H A Dqede_rxtx.c604 if (IS_VF(edev)) in qede_alloc_fp_resc()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c245 if (IS_VF(sc)) in bnx2x_dev_start()
276 if (IS_VF(sc)) in bnx2x_dev_stop()
298 if (IS_VF(sc)) in bnx2x_dev_close()
716 if (IS_VF(sc)) { in bnx2x_common_dev_init()
H A Dbnx2x_stats.c494 if (IS_VF(sc)) { in bnx2x_stats_start()
525 if (IS_VF(sc)) { in bnx2x_stats_restart()
H A Dbnx2x.h929 #define IS_VF(sc) ((sc)->flags & BNX2X_IS_VF_FLAG) macro
930 #define IS_PF(sc) (!IS_VF(sc))
H A Dbnx2x.c2071 if (IS_VF(sc)) { in bnx2x_nic_unload()
2224 if (IS_VF(sc)) { in bnx2x_tx_encap()
4935 if (IS_VF(sc)) { in bnx2x_rx_ustorm_prods_offset()
4989 if (IS_VF(sc)) { in bnx2x_init_eth_fp()
5725 if (IS_VF(sc)) { in bnx2x_nic_init()
7251 if (IS_VF(sc)) { in bnx2x_nic_load()
9639 if (IS_VF(sc)) {
9773 sc->igu_base_addr = IS_VF(sc) ? PXP_VF_ADDR_IGU_START : BAR_IGU_INTMEM;
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c232 if (IS_VF(p_hwfn->p_dev)) { in _ecore_eth_queue_to_cid()
452 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_vport_start()
714 if (IS_VF(p_hwfn->p_dev)) { in ecore_sp_vport_update()
816 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_vport_stop()
878 if (IS_VF(p_dev)) { in ecore_filter_accept_cmd()
1050 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_eth_rx_queues_update()
1666 if (IS_VF(p_dev)) { in ecore_filter_mcast_cmd()
1694 if (IS_VF(p_dev)) { in ecore_filter_ucast_cmd()
2292 if (IS_VF(p_hwfn->p_dev)) { in ecore_get_queue_coalesce()
H A Decore_iov_api.h20 #define IS_VF(p_dev) ((p_dev)->b_is_vf) macro
H A Decore_dev.c127 if (IS_VF(p_dev)) { in ecore_db_recovery_add()
175 if (IS_VF(p_dev)) { in ecore_db_recovery_del()
1630 if (IS_VF(p_dev)) { in ecore_resc_free()
2364 if (IS_VF(p_dev)) { in ecore_resc_alloc()
2562 if (IS_VF(p_dev)) { in ecore_resc_setup()
3714 if (IS_VF(p_dev)) { in ecore_hw_init()
4044 if (IS_VF(p_dev)) { in ecore_hw_stop()
4196 if (IS_VF(p_dev)) { in ecore_hw_stop_fastpath()
5593 if (IS_VF(p_dev)) in ecore_prepare_hibernate()
5624 if (IS_VF(p_dev)) in ecore_hw_prepare_single()
[all …]
H A Decore_int.c1544 if (IS_VF(p_hwfn->p_dev)) in _ecore_int_cau_conf_pi()
1810 if (IS_VF(p_hwfn->p_dev)) { in ecore_int_sb_release()
2015 if (IS_VF(p_hwfn->p_dev)) in ecore_int_igu_disable_int()
2441 if (IS_VF(p_hwfn->p_dev) || !IS_PF_SRIOV(p_hwfn)) in ecore_int_igu_relocate_sb()
2723 if (IS_VF(p_hwfn->p_dev)) in ecore_int_get_sb_dbg()
H A Decore_mcp.c1584 if (IS_VF(p_hwfn->p_dev)) in ecore_get_process_kill_counter()
2214 if (IS_VF(p_hwfn->p_dev)) { in ecore_mcp_get_mfw_ver()
2260 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_mbi_ver()
2292 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_media_type()
2325 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_transceiver_data()
2488 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_board_config()
2721 if (IS_VF(p_hwfn->p_dev)) in ecore_mcp_get_flash_size()
H A Decore_init_ops.c119 if (IS_VF(p_hwfn->p_dev)) in ecore_init_alloc()
H A Decore_sp_commands.c565 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_pf_update_tunn_cfg()
H A Decore_spq.c483 if (IS_VF(p_hwfn->p_dev)) in ecore_cqe_completion()
H A Decore_dcbx.c984 if (IS_VF(p_hwfn->p_dev)) in ecore_dcbx_query_params()
H A Decore_sriov.c669 if (IS_VF(p_hwfn->p_dev)) in ecore_iov_hw_info()
742 if (IS_VF(p_hwfn->p_dev) || !IS_ECORE_SRIOV(p_hwfn->p_dev) || in _ecore_iov_pf_sanity_check()