Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/
H A Dqede_main.c203 if (!IS_PF(edev)) in qed_start_iov_task()
216 if (IS_PF(edev)) in qed_stop_iov_task()
233 if (IS_PF(edev)) { in qed_slowpath_start()
263 if (IS_PF(edev)) { in qed_slowpath_start()
276 if (IS_PF(edev)) { in qed_slowpath_start()
307 if (IS_PF(edev)) { in qed_slowpath_start()
337 if (IS_PF(edev)) { in qed_slowpath_start()
383 if (IS_PF(edev)) { in qed_fill_dev_info()
429 if (IS_PF(edev)) { in qed_fill_eth_dev_info()
579 if (IS_PF(edev)) { in qed_get_current_link()
[all …]
H A Dqede_ethdev.c240 if (IS_PF(edev)) in qede_fw_version_get()
1127 if (IS_PF(edev)) in qede_dev_start()
1372 if (IS_PF(edev)) in qede_dev_info_get()
1941 if (IS_PF(edev)) { in qede_update_mtu()
1985 DP_INFO(edev, "%s MTU updated to %u\n", IS_PF(edev) ? "PF" : "VF", mtu); in qede_update_mtu()
2597 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()
/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()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c148 if (IS_PF(sc)) { in bnx2x_periodic_start()
218 if (IS_PF(sc)) { in bnx2x_dev_start()
232 if (IS_PF(sc)) { in bnx2x_dev_start()
260 if (IS_PF(sc)) { in bnx2x_dev_stop()
696 if (IS_PF(sc)) { in bnx2x_common_dev_init()
740 if (IS_PF(sc)) in bnx2x_common_dev_init()
H A Dbnx2x.c150 if (IS_PF(sc)) in bnx2x_dma_alloc()
2059 if (IS_PF(sc)) { in bnx2x_nic_unload()
2106 if (IS_PF(sc)) { in bnx2x_nic_unload()
2115 if (IS_PF(sc)) { in bnx2x_nic_unload()
2199 if (IS_PF(sc)) in bnx2x_tx_encap()
6640 if (IS_PF(sc)) in bnx2x_setup_leading()
6691 if (IS_PF(sc)) in bnx2x_config_rss_pf()
6938 if (IS_PF(sc)) { in bnx2x_link_report_locked()
7085 if (IS_PF(sc)) { in bnx2x_link_status_update()
7226 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)) \
2051 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()