Home
last modified time | relevance | path

Searched defs:p_vf (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_sriov.c100 static u8 ecore_vf_calculate_legacy(struct ecore_vf_info *p_vf) in ecore_vf_calculate_legacy()
117 struct ecore_vf_info *p_vf) in ecore_sp_vf_start()
271 static bool ecore_iov_validate_queue_mode(struct ecore_vf_info *p_vf, in ecore_iov_validate_queue_mode()
301 struct ecore_vf_info *p_vf, in ecore_iov_validate_rxq()
317 struct ecore_vf_info *p_vf, in ecore_iov_validate_txq()
333 struct ecore_vf_info *p_vf, in ecore_iov_validate_sb()
351 static bool ecore_iov_validate_active_rxq(struct ecore_vf_info *p_vf) in ecore_iov_validate_active_rxq()
364 static bool ecore_iov_validate_active_txq(struct ecore_vf_info *p_vf) in ecore_iov_validate_active_txq()
384 struct ecore_vf_info *p_vf; in ecore_iov_post_vf_bulletin() local
877 struct ecore_vf_info *p_vf; in ecore_iov_enable_vf_access_msix() local
[all …]
H A Decore_vf.c1866 struct ecore_vf_iov *p_vf; in ecore_vf_get_num_vlan_filters() local
1875 struct ecore_vf_iov *p_vf; in ecore_vf_get_num_sbs() local
1884 struct ecore_vf_iov *p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_mac_filters() local
H A Decore_sriov.h134 #define ECORE_VF_ABS_ID(p_hwfn, p_vf) (ECORE_PATH_ID(p_hwfn) ? \ argument