Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c346 struct npc_prio_flow_entry *curr = 0; in npc_slide_mcam_entries()
477 struct npc_prio_flow_entry *flow_list_entry, in npc_sort_mcams_by_user_prio_level()
482 struct npc_prio_flow_entry *head, *tail; in npc_sort_mcams_by_user_prio_level()
539 npc_insert_into_flow_list(struct npc *npc, struct npc_prio_flow_entry *entry) in npc_insert_into_flow_list()
542 struct npc_prio_flow_entry *curr; in npc_insert_into_flow_list()
597 struct npc_prio_flow_entry *head, *tail; in npc_find_mcam_ref_entry()
659 struct npc_prio_flow_entry *new_entry; in npc_get_free_mcam_entry()
694 struct npc_prio_flow_entry *curr; in npc_delete_prio_list_entry()
H A Droc_npc_priv.h361 struct npc_prio_flow_entry { struct
363 TAILQ_ENTRY(npc_prio_flow_entry) next; argument
366 TAILQ_HEAD(npc_prio_flow_list_head, npc_prio_flow_entry);