Home
last modified time | relevance | path

Searched refs:npc_kpus (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2034 for (idx = 0; idx < hw->npc_kpus; idx++) { in npc_parser_profile_init()
2057 num_kpus = min_t(int, hw->npc_kpus, num_kpus); in npc_parser_profile_init()
2246 hw->npc_kpus = (npc_const >> 8) & 0x1FULL; in rvu_npc_hw_init()
2256 hw->npc_kpms = hw->npc_kpus / 2; in rvu_npc_hw_init()
H A Drvu.h450 u8 npc_kpus; /* No of parser units */ member
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c652 for (idx = 0; idx < hw->npc_kpus; idx++) in npc_cn20k_parser_profile_init()