Lines Matching refs:pfvf
39 void rvu_npc_set_pkind(struct rvu *rvu, int pkind, struct rvu_pfvf *pfvf) in rvu_npc_set_pkind() argument
373 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npc_install_ucast_entry() local
427 memcpy(&pfvf->entry, &entry, sizeof(entry)); in rvu_npc_install_ucast_entry()
515 struct rvu_pfvf *pfvf; in rvu_npc_install_bcast_match_entry() local
556 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npc_install_bcast_match_entry()
557 action.index = pfvf->bcast_mce_idx; in rvu_npc_install_bcast_match_entry()
2260 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_npc_update_rxvlan() local
2269 if (!pfvf->rxvlan) in rvu_npc_update_rxvlan()
2274 pfvf->entry.action = npc_get_mcam_action(rvu, mcam, blkaddr, index); in rvu_npc_update_rxvlan()
2276 npc_config_mcam_entry(rvu, mcam, blkaddr, pfvf->rxvlan_index, in rvu_npc_update_rxvlan()
2277 NIX_INTF_RX, &pfvf->entry, enable); in rvu_npc_update_rxvlan()