Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c1837 u64 npc_const3; in rvu_npc_exact_init() local
1855 npc_const3 = rvu_read64(rvu, blkaddr, NPC_AF_CONST3); in rvu_npc_exact_init()
1856 if (!(npc_const3 & BIT_ULL(62))) { in rvu_npc_exact_init()
1882 table->mem_table.depth = FIELD_GET(GENMASK_ULL(31, 24), npc_const3); in rvu_npc_exact_init()
1883 table->mem_table.ways = FIELD_GET(GENMASK_ULL(19, 16), npc_const3); in rvu_npc_exact_init()
1884 table->cam_table.depth = FIELD_GET(GENMASK_ULL(15, 0), npc_const3); in rvu_npc_exact_init()
Drvu.h598 u64 npc_const3; in is_rvu_npc_hash_extract_en() local
600 npc_const3 = rvu_read64(rvu, BLKADDR_NPC, NPC_AF_CONST3); in is_rvu_npc_hash_extract_en()
601 if (!(npc_const3 & BIT_ULL(62))) in is_rvu_npc_hash_extract_en()