Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H 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()
H A Dotx2_flows.c91 /* 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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1452 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
1469 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];