Home
last modified time | relevance | path

Searched refs:nix_const (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c287 u64 nix_const, nix_const1; in rvu_set_channels_base() local
294 nix_const = rvu_read64(rvu, blkaddr, NIX_AF_CONST); in rvu_set_channels_base()
297 hw->cgx = (nix_const >> 12) & 0xFULL; in rvu_set_channels_base()
298 hw->lmac_per_cgx = (nix_const >> 8) & 0xFULL; in rvu_set_channels_base()
300 hw->lbk_links = (nix_const >> 24) & 0xFULL; in rvu_set_channels_base()
301 hw->cpt_links = (nix_const >> 44) & 0xFULL; in rvu_set_channels_base()
309 if (!(nix_const & BIT_ULL(60))) in rvu_set_channels_base()
322 nr_lbk_chans = (nix_const >> 16) & 0xFFULL; in rvu_set_channels_base()
324 nr_cgx_chans = nix_const & 0xFFULL; in rvu_set_channels_base()
325 nr_cpt_chans = (nix_const >> 3 in rvu_set_channels_base()
440 u64 nix_const = rvu_read64(rvu, blkaddr, NIX_AF_CONST); __rvu_nix_set_channels() local
[all...]
H A Drvu.h666 u64 nix_const = rvu_read64(rvu, BLKADDR_NIX0, NIX_AF_CONST); in rvu_nix_chan_cgx() local
667 u16 cgx_chans = nix_const & 0xFFULL; in rvu_nix_chan_cgx()
680 u64 nix_const = rvu_read64(rvu, BLKADDR_NIX0, NIX_AF_CONST); in rvu_nix_chan_lbk() local
681 u16 lbk_chans = (nix_const >> 16) & 0xFFULL; in rvu_nix_chan_lbk()

Completed in 3 milliseconds