Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c301 u64 nix_const, nix_const1; in rvu_set_channels_base() local
308 nix_const = rvu_read64(rvu, blkaddr, NIX_AF_CONST); in rvu_set_channels_base()
311 hw->cgx = (nix_const >> 12) & 0xFULL; in rvu_set_channels_base()
312 hw->lmac_per_cgx = (nix_const >> 8) & 0xFULL; in rvu_set_channels_base()
314 hw->lbk_links = (nix_const >> 24) & 0xFULL; in rvu_set_channels_base()
315 hw->cpt_links = (nix_const >> 44) & 0xFULL; in rvu_set_channels_base()
323 if (!(nix_const & BIT_ULL(60))) in rvu_set_channels_base()
336 nr_lbk_chans = (nix_const >> 16) & 0xFFULL; in rvu_set_channels_base()
338 nr_cgx_chans = nix_const & 0xFFULL; in rvu_set_channels_base()
339 nr_cpt_chans = (nix_const >> 32) & 0xFFFULL; in rvu_set_channels_base()
[all …]