Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c105 req->count = (count - allocated) > NPC_MAX_NONCONTIG_ENTRIES ? in otx2_alloc_mcam_entries()
106 NPC_MAX_NONCONTIG_ENTRIES : count - allocated; in otx2_alloc_mcam_entries()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1391 #define NPC_MAX_NONCONTIG_ENTRIES 256 macro
1408 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES];