Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c107 req->count = (count - allocated) > NPC_MAX_NONCONTIG_ENTRIES ? in otx2_alloc_mcam_entries()
108 NPC_MAX_NONCONTIG_ENTRIES : count - allocated; in otx2_alloc_mcam_entries()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1317 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
1334 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];
H A Drvu_npc.c2479 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES]; in npc_mcam_alloc_entries()
2713 if (!req->contig && req->count > NPC_MAX_NONCONTIG_ENTRIES) { in rvu_mbox_handler_npc_mcam_alloc_entry()
2716 __func__, req->count, NPC_MAX_NONCONTIG_ENTRIES); in rvu_mbox_handler_npc_mcam_alloc_entry()