Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c299 u16 sdp_chan_base, cgx_chan_base, cpt_chan_base; in rvu_set_channels_base() local
318 hw->cgx_chan_base = NIX_CHAN_CGX_LMAC_CHX(0, 0, 0); in rvu_set_channels_base()
345 cgx_chan_base = hw->sdp_chan_base + hw->sdp_links * nr_sdp_chans; in rvu_set_channels_base()
346 hw->cgx_chan_base = ALIGN(cgx_chan_base, nr_cgx_chans); in rvu_set_channels_base()
348 cpt_chan_base = hw->cgx_chan_base + hw->cgx_links * nr_cgx_chans; in rvu_set_channels_base()
466 start = hw->cgx_chan_base; in __rvu_nix_set_channels()
536 u16 base = hw->cgx_chan_base; in rvu_rpm_set_channels()