Home
last modified time | relevance | path

Searched refs:rx_chan_base (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c209 pfvf->rx_chan_base = NIX_CHAN_CGX_LMAC_CHX(cgx_id, lmac_id, 0); in nix_interface_init()
210 pfvf->tx_chan_base = pfvf->rx_chan_base; in nix_interface_init()
238 pfvf->rx_chan_base = NIX_CHAN_LBK_CHX(lbkid, vf); in nix_interface_init()
245 pfvf->rx_chan_base, false); in nix_interface_init()
253 pfvf->rx_chan_base, pfvf->mac_addr); in nix_interface_init()
265 nixlf, pfvf->rx_chan_base); in nix_interface_init()
311 chan_base = pfvf->rx_chan_base + req->chan_base; in rvu_mbox_handler_nix_bp_disable()
401 chan_base = pfvf->rx_chan_base + req->chan_base; in rvu_mbox_handler_nix_bp_enable()
1168 rsp->rx_chan_base = pfvf->rx_chan_base; in rvu_mbox_handler_nix_lf_alloc()
2712 pfvf->rx_chan_base, req->mac_addr); in rvu_mbox_handler_nix_set_mac_addr()
[all …]
Drvu.h167 u16 rx_chan_base; member
Dmbox.h483 u16 rx_chan_base; member
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h174 u16 rx_chan_base; member
Dotx2_common.c1518 pfvf->hw.rx_chan_base = rsp->rx_chan_base; in mbox_handler_nix_lf_alloc()