Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c285 u16 sdp_chan_base, cgx_chan_base, cpt_chan_base; in rvu_set_channels_base() local
304 hw->cgx_chan_base = NIX_CHAN_CGX_LMAC_CHX(0, 0, 0); in rvu_set_channels_base()
331 cgx_chan_base = hw->sdp_chan_base + hw->sdp_links * nr_sdp_chans; in rvu_set_channels_base()
332 hw->cgx_chan_base = ALIGN(cgx_chan_base, nr_cgx_chans); in rvu_set_channels_base()
334 cpt_chan_base = hw->cgx_chan_base + hw->cgx_links * nr_cgx_chans; in rvu_set_channels_base()
452 start = hw->cgx_chan_base; in __rvu_nix_set_channels()
522 u16 base = hw->cgx_chan_base; in rvu_rpm_set_channels()
H A Drvu.h411 u16 cgx_chan_base; /* CGX base channel number */ member
758 return rvu->hw->cgx_chan_base + in rvu_nix_chan_cgx()
H A Dmcs_rvu_if.c883 err = mcs_set_lmac_channels(0, hw->cgx_chan_base); in rvu_mcs_init()