Searched refs:p_vf (Results 1 – 3 of 3) sorted by relevance
309 p_vf->abs_vf_id, rx_qid, p_vf->num_rxqs); in ecore_iov_validate_rxq()325 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq()345 p_vf->abs_vf_id, sb_idx, p_vf->num_sbs); in ecore_iov_validate_sb()387 if (!p_vf) in ecore_iov_post_vf_bulletin()410 p_vf->vf_bulletin, p_vf->bulletin.size / 4, in ecore_iov_post_vf_bulletin()1599 p_vf->num_rxqs = p_vf->num_sbs; in ecore_iov_vf_cleanup()1600 p_vf->num_txqs = p_vf->num_sbs; in ecore_iov_vf_cleanup()1968 p_vf->req_spoofchk_val = p_vf->spoof_chk; in __ecore_iov_spoofchk_set()4847 if (!p_vf || !p_vf->bulletin.p_virt) in ecore_iov_bulletin_get_mac()4862 if (!p_vf || !p_vf->bulletin.p_virt) in ecore_iov_bulletin_get_forced_mac()[all …]
134 #define ECORE_VF_ABS_ID(p_hwfn, p_vf) (ECORE_PATH_ID(p_hwfn) ? \ argument135 (p_vf)->abs_vf_id + MAX_NUM_VFS_BB : \136 (p_vf)->abs_vf_id)
1869 struct ecore_vf_iov *p_vf; in ecore_vf_get_num_vlan_filters() local1871 p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_vlan_filters()1872 *num_vlan_filters = p_vf->acquire_resp.resc.num_vlan_filters; in ecore_vf_get_num_vlan_filters()1878 struct ecore_vf_iov *p_vf; in ecore_vf_get_num_sbs() local1880 p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_sbs()1881 *num_sbs = (u32)p_vf->acquire_resp.resc.num_sbs; in ecore_vf_get_num_sbs()1887 struct ecore_vf_iov *p_vf = p_hwfn->vf_iov_info; in ecore_vf_get_num_mac_filters() local1889 *num_mac_filters = p_vf->acquire_resp.resc.num_mac_filters; in ecore_vf_get_num_mac_filters()