Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c1869 u64 npc_const3; in rvu_npc_exact_init() local
1887 npc_const3 = rvu_read64(rvu, blkaddr, NPC_AF_CONST3); in rvu_npc_exact_init()
1888 if (!(npc_const3 & BIT_ULL(62))) in rvu_npc_exact_init()
1907 table->mem_table.ways = FIELD_GET(GENMASK_ULL(19, 16), npc_const3); in rvu_npc_exact_init()
1908 table->mem_table.depth = FIELD_GET(GENMASK_ULL(15, 0), npc_const3); in rvu_npc_exact_init()
1909 table->cam_table.depth = FIELD_GET(GENMASK_ULL(31, 24), npc_const3); in rvu_npc_exact_init()
Drvu.h724 u64 npc_const3; in is_rvu_npc_hash_extract_en() local
726 npc_const3 = rvu_read64(rvu, BLKADDR_NPC, NPC_AF_CONST3); in is_rvu_npc_hash_extract_en()
727 if (!(npc_const3 & BIT_ULL(62))) in is_rvu_npc_hash_extract_en()