Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1906 u64 npc_const, npc_const1; in rvu_npc_hw_init() local
1910 npc_const1 = rvu_read64(rvu, blkaddr, NPC_AF_CONST1); in rvu_npc_hw_init()
1911 if (npc_const1 & BIT_ULL(63)) in rvu_npc_hw_init()
1915 hw->npc_pkinds = (npc_const1 >> 12) & 0xFFULL; in rvu_npc_hw_init()
1916 hw->npc_kpu_entries = npc_const1 & 0xFFFULL; in rvu_npc_hw_init()