Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c1833 u64 npc_const3; in rvu_npc_exact_init() local
1851 npc_const3 = rvu_read64(rvu, blkaddr, NPC_AF_CONST3); in rvu_npc_exact_init()
1852 if (!(npc_const3 & BIT_ULL(62))) in rvu_npc_exact_init()
1871 table->mem_table.depth = FIELD_GET(GENMASK_ULL(31, 24), npc_const3); in rvu_npc_exact_init()
1872 table->mem_table.ways = FIELD_GET(GENMASK_ULL(19, 16), npc_const3); in rvu_npc_exact_init()
1873 table->cam_table.depth = FIELD_GET(GENMASK_ULL(15, 0), npc_const3); in rvu_npc_exact_init()
A Drvu.h621 u64 npc_const3; in is_rvu_npc_hash_extract_en() local
623 npc_const3 = rvu_read64(rvu, BLKADDR_NPC, NPC_AF_CONST3); in is_rvu_npc_hash_extract_en()
624 if (!(npc_const3 & BIT_ULL(62))) in is_rvu_npc_hash_extract_en()

Completed in 12 milliseconds