Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c294 p_vf->abs_vf_id, rx_qid, p_vf->num_rxqs); in ecore_iov_validate_rxq()
309 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq()
328 p_vf->abs_vf_id, sb_idx, p_vf->num_sbs); in ecore_iov_validate_sb()
370 if (!p_vf) in ecore_iov_post_vf_bulletin()
394 p_vf->vf_bulletin, p_vf->bulletin.size / 4, in ecore_iov_post_vf_bulletin()
1070 if (!p_vf) in ecore_iov_set_link()
1574 p_vf->num_rxqs = p_vf->num_sbs; in ecore_iov_vf_cleanup()
1575 p_vf->num_txqs = p_vf->num_sbs; in ecore_iov_vf_cleanup()
1937 p_vf->req_spoofchk_val = p_vf->spoof_chk; in __ecore_iov_spoofchk_set()
4739 if (!p_vf || !p_vf->bulletin.p_virt) in ecore_iov_bulletin_get_forced_mac()
[all …]
H A Decore_sriov.h156 #define ECORE_VF_ABS_ID(p_hwfn, p_vf) (ECORE_PATH_ID(p_hwfn) ? \ argument
157 (p_vf)->abs_vf_id + MAX_NUM_VFS_BB : \
158 (p_vf)->abs_vf_id)
H A Decore_vf.c1839 struct ecore_vf_iov *p_vf; in ecore_vf_get_num_vlan_filters() local
1841 p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_vlan_filters()
1842 *num_vlan_filters = p_vf->acquire_resp.resc.num_vlan_filters; in ecore_vf_get_num_vlan_filters()
1848 struct ecore_vf_iov *p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_mac_filters() local
1850 *num_mac_filters = p_vf->acquire_resp.resc.num_mac_filters; in ecore_vf_get_num_mac_filters()