Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c661 int dir = (req_prio == NPC_MCAM_HIGHER_PRIO) ? 1 : -1; in flow_validate_and_shift_prio_ent()
723 *prio = NPC_MCAM_HIGHER_PRIO; in flow_find_ref_entry()
804 if (prio == NPC_MCAM_HIGHER_PRIO) { in flow_fill_entry_cache()
H A Dotx2_vlan.c168 req->priority = NPC_MCAM_HIGHER_PRIO; in nix_vlan_mcam_alloc_and_write()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h1339 #define NPC_MCAM_HIGHER_PRIO 2 macro