Home
last modified time | relevance | path

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

/Linux-v5.10/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()
228 pfvf->rx_chan_base = NIX_CHAN_LBK_CHX(0, vf); in nix_interface_init()
234 pfvf->rx_chan_base, false); in nix_interface_init()
242 pfvf->rx_chan_base, pfvf->mac_addr); in nix_interface_init()
254 nixlf, pfvf->rx_chan_base); in nix_interface_init()
300 chan_base = pfvf->rx_chan_base + req->chan_base; in rvu_mbox_handler_nix_bp_disable()
390 chan_base = pfvf->rx_chan_base + req->chan_base; in rvu_mbox_handler_nix_bp_enable()
1153 rsp->rx_chan_base = pfvf->rx_chan_base; in rvu_mbox_handler_nix_lf_alloc()
2696 pfvf->rx_chan_base, req->mac_addr); in rvu_mbox_handler_nix_set_mac_addr()
[all …]
Drvu.h165 u16 rx_chan_base; member
Dmbox.h483 u16 rx_chan_base; member
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h174 u16 rx_chan_base; member
Dotx2_common.c1502 pfvf->hw.rx_chan_base = rsp->rx_chan_base; in mbox_handler_nix_lf_alloc()