Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
A Drep.c62 req->count = (count - allocated) > NPC_MAX_NONCONTIG_ENTRIES ? in rvu_rep_mcam_flow_init()
63 NPC_MAX_NONCONTIG_ENTRIES : count - allocated; in rvu_rep_mcam_flow_init()
A Dotx2_flows.c100 req->count = (count - allocated) > NPC_MAX_NONCONTIG_ENTRIES ? in otx2_alloc_mcam_entries()
101 NPC_MAX_NONCONTIG_ENTRIES : count - allocated; in otx2_alloc_mcam_entries()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.h1452 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
1469 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];
A Drvu_npc.c2480 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES]; in npc_mcam_alloc_entries()
2757 if (!req->contig && req->count > NPC_MAX_NONCONTIG_ENTRIES) { in rvu_mbox_handler_npc_mcam_alloc_entry()
2760 __func__, req->count, NPC_MAX_NONCONTIG_ENTRIES); in rvu_mbox_handler_npc_mcam_alloc_entry()

Completed in 28 milliseconds