Lines Matching refs:pfvf
38 struct rvu_pfvf *pfvf = rvu_get_pfvf(rvu, event->pcifunc); in rvu_rep_up_notify() local
45 ether_addr_copy(pfvf->mac_addr, event->evt_data.mac); in rvu_rep_up_notify()
237 struct rvu_pfvf *pfvf; in rvu_rep_install_rx_rule() local
240 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_rep_install_rx_rule()
268 req.intf = pfvf->nix_rx_intf; in rvu_rep_install_rx_rule()
278 struct rvu_pfvf *pfvf; in rvu_rep_install_tx_rule() local
283 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_rep_install_tx_rule()
292 lbkid = pfvf->nix_blkaddr == BLKADDR_NIX0 ? 0 : 1; in rvu_rep_install_tx_rule()
303 req.intf = pfvf->nix_tx_intf; in rvu_rep_install_tx_rule()
414 struct rvu_pfvf *pfvf; in rvu_rep_pf_init() local
416 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_rep_pf_init()
417 set_bit(NIXLF_INITIALIZED, &pfvf->flags); in rvu_rep_pf_init()