Home
last modified time | relevance | path

Searched refs:NPC_MAX_NONCONTIG_ENTRIES (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h737 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
754 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];
H A Drvu_npc.c1530 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES]; in npc_mcam_alloc_entries()
1733 if (!req->contig && req->count > NPC_MAX_NONCONTIG_ENTRIES) in rvu_mbox_handler_npc_mcam_alloc_entry()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1316 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
1333 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];
H A Drvu_npc.c2479 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES]; in npc_mcam_alloc_entries()
2702 if (!req->contig && req->count > NPC_MAX_NONCONTIG_ENTRIES) { in rvu_mbox_handler_npc_mcam_alloc_entry()
2705 __func__, req->count, NPC_MAX_NONCONTIG_ENTRIES); in rvu_mbox_handler_npc_mcam_alloc_entry()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c98 /* In a single request a max of NPC_MAX_NONCONTIG_ENTRIES MCAM entries in otx2_alloc_mcam_entries()
107 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()

Completed in 15 milliseconds