Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c282 u16 sdp_chan_base, cgx_chan_base, cpt_chan_base; in rvu_set_channels_base() local
301 hw->cgx_chan_base = NIX_CHAN_CGX_LMAC_CHX(0, 0, 0); in rvu_set_channels_base()
328 cgx_chan_base = hw->sdp_chan_base + hw->sdp_links * nr_sdp_chans; in rvu_set_channels_base()
329 hw->cgx_chan_base = ALIGN(cgx_chan_base, nr_cgx_chans); in rvu_set_channels_base()
331 cpt_chan_base = hw->cgx_chan_base + hw->cgx_links * nr_cgx_chans; in rvu_set_channels_base()
449 start = hw->cgx_chan_base; in __rvu_nix_set_channels()
519 u16 base = hw->cgx_chan_base; in rvu_rpm_set_channels()
Drvu.h357 u16 cgx_chan_base; /* CGX base channel number */ member
617 return rvu->hw->cgx_chan_base + in rvu_nix_chan_cgx()
Dmcs_rvu_if.c841 err = mcs_set_lmac_channels(0, hw->cgx_chan_base); in rvu_mcs_init()