Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c23 info = &npc->flow_entry_info[idx]; in otx2_flow_free_all_resources()
45 info = &npc->flow_entry_info[idx]; in otx2_flow_free_all_resources()
997 if (npc->flow_entry_info == NULL) { in otx2_flow_init()
1068 npc->flow_entry_info[idx].free_ent = 0; in otx2_flow_init()
1069 npc->flow_entry_info[idx].live_ent = 0; in otx2_flow_init()
1070 npc->flow_entry_info[idx].max_id = 0; in otx2_flow_init()
1071 npc->flow_entry_info[idx].min_id = ~(0); in otx2_flow_init()
1104 if (npc->flow_entry_info) in otx2_flow_init()
1105 rte_free(npc->flow_entry_info); in otx2_flow_init()
1133 if (npc->flow_entry_info) in otx2_flow_fini()
[all …]
H A Dotx2_flow_utils.c549 ent_info = &flow_info->flow_entry_info[prio_lvl]; in flow_shift_ent()
660 struct otx2_mcam_ents_info *info = flow_info->flow_entry_info; in flow_validate_and_shift_prio_ent()
717 struct otx2_mcam_ents_info *info = flow_info->flow_entry_info; in flow_find_ref_entry()
753 info = &flow_info->flow_entry_info[flow->priority]; in flow_fill_entry_cache()
847 info = &flow_info->flow_entry_info[flow->priority]; in flow_check_preallocated_entry_cache()
H A Dotx2_flow.h180 struct otx2_mcam_ents_info *flow_entry_info; member