Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c441 u16 cgx_chans, lbk_chans, sdp_chans, cpt_chans; in __rvu_nix_set_channels() local
448 lbk_chans = (nix_const >> 16) & 0xFFULL; in __rvu_nix_set_channels()
466 cfg |= FIELD_PREP(NIX_AF_LINKX_RANGE_MASK, ilog2(lbk_chans)); in __rvu_nix_set_channels()
469 start += lbk_chans; in __rvu_nix_set_channels()
Drvu.h678 u16 lbk_chans = (nix_const >> 16) & 0xFFULL; in rvu_nix_chan_lbk() local
684 return rvu->hw->lbk_chan_base + lbkid * lbk_chans + chan; in rvu_nix_chan_lbk()