Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c929 NPC_AF_KPUX_ENTRY_DISX(kpu, 0), enable_mask(num_entries)); in npc_program_kpu_profile()
932 NPC_AF_KPUX_ENTRY_DISX(kpu, 1), in npc_program_kpu_profile()
973 NPC_AF_KPUX_ENTRY_DISX(idx, 0), ~0ULL); in npc_parser_profile_init()
975 NPC_AF_KPUX_ENTRY_DISX(idx, 1), ~0ULL); in npc_parser_profile_init()
Drvu_reg.h466 #define NPC_AF_KPUX_ENTRY_DISX(a, b) (0x180000 | (a) << 6 | (b) << 3) macro