Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c438 u16 cgx_chans, lbk_chans, sdp_chans, cpt_chans; in __rvu_nix_set_channels() local
444 cgx_chans = nix_const & 0xFFULL; in __rvu_nix_set_channels()
453 cfg |= FIELD_PREP(NIX_AF_LINKX_RANGE_MASK, ilog2(cgx_chans)); in __rvu_nix_set_channels()
456 start += cgx_chans; in __rvu_nix_set_channels()
Drvu.h611 u16 cgx_chans = nix_const & 0xFFULL; in rvu_nix_chan_cgx() local
618 (cgxid * hw->lmac_per_cgx + lmacid) * cgx_chans + chan; in rvu_nix_chan_cgx()