Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c1874 case NPC_MCAM_LOWER_PRIO: in __npc_subbank_contig_alloc()
1942 case NPC_MCAM_LOWER_PRIO: in __npc_subbank_non_contig_alloc()
2201 if ((prio == NPC_MCAM_LOWER_PRIO && ref > limit) || in __npc_subbank_alloc()
3244 NPC_MCAM_LOWER_PRIO, in npc_cn20k_ref_idx_alloc()
3254 if ((prio == NPC_MCAM_LOWER_PRIO && ref > limit) || in npc_cn20k_ref_idx_alloc()
3594 NPC_MCAM_LOWER_PRIO, in npc_defrag_alloc_free_slots()
3605 NPC_MCAM_LOWER_PRIO, in npc_defrag_alloc_free_slots()
4561 req.ref_prio = NPC_MCAM_LOWER_PRIO; in npc_cn20k_dft_rules_alloc()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c3158 if (req->ref_entry && req->ref_prio == NPC_MCAM_LOWER_PRIO) { in npc_mcam_alloc_entries()
3284 req->ref_prio == NPC_MCAM_LOWER_PRIO) in npc_mcam_alloc_entries()
3345 if (req->ref_prio == NPC_MCAM_LOWER_PRIO && in npc_mcam_alloc_entries()
3471 req->ref_prio == NPC_MCAM_LOWER_PRIO)) in rvu_mbox_handler_npc_mcam_alloc_entry()
H A Dmbox.h1570 #define NPC_MCAM_LOWER_PRIO 1 macro