Searched refs:NPC_MAX_NONCONTIG_ENTRIES (Results 1 – 4 of 4) sorted by relevance
62 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()
100 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()
1452 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro1469 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];
2480 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