Lines Matching refs:pfvf
16 struct rvu_pfvf *pfvf; in rvu_switch_install_rx_rule() local
18 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_switch_install_rx_rule()
23 if (!test_bit(NIXLF_INITIALIZED, &pfvf->flags)) in rvu_switch_install_rx_rule()
26 ether_addr_copy(req.packet.dmac, pfvf->mac_addr); in rvu_switch_install_rx_rule()
31 req.channel = pfvf->rx_chan_base; in rvu_switch_install_rx_rule()
33 req.intf = pfvf->nix_rx_intf; in rvu_switch_install_rx_rule()
44 struct rvu_pfvf *pfvf; in rvu_switch_install_tx_rule() local
47 pfvf = rvu_get_pfvf(rvu, pcifunc); in rvu_switch_install_tx_rule()
52 if (!test_bit(NIXLF_INITIALIZED, &pfvf->flags)) in rvu_switch_install_tx_rule()
55 lbkid = pfvf->nix_blkaddr == BLKADDR_NIX0 ? 0 : 1; in rvu_switch_install_tx_rule()
56 ether_addr_copy(req.packet.dmac, pfvf->mac_addr); in rvu_switch_install_tx_rule()
62 req.intf = pfvf->nix_tx_intf; in rvu_switch_install_tx_rule()