Home
last modified time | relevance | path

Searched refs:IS_PF (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c211 if (!IS_PF(edev)) in qed_start_iov_task()
224 if (IS_PF(edev)) in qed_stop_iov_task()
241 if (IS_PF(edev)) { in qed_slowpath_start()
271 if (IS_PF(edev)) { in qed_slowpath_start()
284 if (IS_PF(edev)) { in qed_slowpath_start()
315 if (IS_PF(edev)) { in qed_slowpath_start()
345 if (IS_PF(edev)) { in qed_slowpath_start()
392 if (IS_PF(edev)) { in qed_fill_dev_info()
438 if (IS_PF(edev)) { in qed_fill_eth_dev_info()
588 if (IS_PF(edev)) { in qed_get_current_link()
[all …]
H A Dqede_ethdev.c243 if (IS_PF(edev)) in qede_fw_version_get()
1130 if (IS_PF(edev)) in qede_dev_start()
1380 if (IS_PF(edev)) in qede_dev_info_get()
1948 if (IS_PF(edev)) { in qede_update_mtu()
1992 DP_INFO(edev, "%s MTU updated to %u\n", IS_PF(edev) ? "PF" : "VF", mtu); in qede_update_mtu()
2610 if (ECORE_IS_CMT(edev) && IS_PF(edev)) { in qede_common_dev_init()
H A Dqede_filter.c436 if (IS_PF(edev)) { in qede_tunnel_update()
448 if (IS_PF(edev)) in qede_tunnel_update()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c52 if (IS_PF(p_hwfn->p_dev)) { in ecore_l2_alloc()
1011 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_rx_queue_start()
1136 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_rx_queue_stop()
1236 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_tx_queue_start()
1281 if (IS_PF(p_hwfn->p_dev)) in ecore_eth_tx_queue_stop()
1716 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_pstats_addrlen()
1766 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_tstats()
1793 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_ustats_addrlen()
1838 if (IS_PF(p_hwfn->p_dev)) { in __ecore_get_vport_mstats_addrlen()
2007 if (IS_PF(p_dev)) { in _ecore_get_vport_stats()
[all …]
H A Decore_iov_api.h21 #define IS_PF(p_dev) (!((p_dev)->b_is_vf)) macro
H A Decore_int.c1658 if (IS_PF(p_hwfn->p_dev)) in ecore_int_sb_setup()
1713 else if (IS_PF(p_hwfn->p_dev)) in ecore_get_igu_sb_id()
1756 if (IS_PF(p_hwfn->p_dev)) { in ecore_int_sb_init()
1778 if (IS_PF(p_hwfn->p_dev)) in ecore_int_sb_init()
H A Decore_dev.c3699 if (IS_PF(p_dev)) { in ecore_hw_init()
3723 if (IS_PF(p_dev) && (OSAL_GET_BIT(ECORE_MF_8021Q_TAGGING, in ecore_hw_init()
3898 if (IS_PF(p_dev)) { in ecore_hw_init()
3912 if (IS_PF(p_dev)) { in ecore_hw_init()
3926 if (IS_PF(p_dev)) { in ecore_hw_init()
4166 if (IS_PF(p_dev) && !p_dev->recov_in_prog) { in ecore_hw_stop()
5835 if (IS_PF(p_dev)) { in ecore_hw_prepare()
5854 if (IS_PF(p_dev)) in ecore_hw_remove()
H A Decore_hw.c323 if (IS_PF(p_hwfn->p_dev)) { in ecore_memcpy_hw()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c148 if (IS_PF(sc)) { in bnx2x_periodic_start()
222 if (IS_PF(sc)) { in bnx2x_dev_start()
236 if (IS_PF(sc)) { in bnx2x_dev_start()
264 if (IS_PF(sc)) { in bnx2x_dev_stop()
702 if (IS_PF(sc)) { in bnx2x_common_dev_init()
746 if (IS_PF(sc)) in bnx2x_common_dev_init()
H A Dbnx2x.c146 if (IS_PF(sc)) in bnx2x_dma_alloc()
2055 if (IS_PF(sc)) { in bnx2x_nic_unload()
2102 if (IS_PF(sc)) { in bnx2x_nic_unload()
2111 if (IS_PF(sc)) { in bnx2x_nic_unload()
2195 if (IS_PF(sc)) in bnx2x_tx_encap()
6636 if (IS_PF(sc)) in bnx2x_setup_leading()
6687 if (IS_PF(sc)) in bnx2x_config_rss_pf()
6934 if (IS_PF(sc)) { in bnx2x_link_report_locked()
7081 if (IS_PF(sc)) { in bnx2x_link_status_update()
7222 if (IS_PF(sc)) { in bnx2x_nic_load()
[all …]
H A Dbnx2x.h930 #define IS_PF(sc) (!IS_VF(sc)) macro
1585 if (IS_PF(sc)) \
2050 if (IS_PF(sc)) { in bnx2x_set_rx_mode()
H A Dbnx2x_stats.c909 if (IS_PF(sc) && bnx2x_storm_stats_validate_counters(sc)) { in bnx2x_storm_stats_update()
1143 if (IS_PF(sc)) { in bnx2x_stats_update()