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

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1984 u64 npc_const, npc_const1; local
1988 npc_const1 = rvu_read64(rvu, blkaddr, NPC_AF_CONST1);
1989 if (npc_const1 & BIT_ULL(63))
1993 hw->npc_pkinds = (npc_const1 >> 12) & 0xFFULL;
1994 hw->npc_kpu_entries = npc_const1 & 0xFFFULL;

Completed in 94 milliseconds