Searched refs:NPC_MAX_NONCONTIG_ENTRIES (Results 1 – 3 of 3) 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()
91 /* In a single request a max of NPC_MAX_NONCONTIG_ENTRIES MCAM entries in otx2_alloc_mcam_entries() 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 macro 1469 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];