Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c42 bmap = npc->live_entries[flow->priority]; in otx2_flow_free_all_resources()
711 bmap = npc->live_entries[flow->priority]; in otx2_flow_destroy()
1021 npc->live_entries = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1024 if (npc->live_entries == NULL) { in otx2_flow_init()
1060 npc->live_entries[idx] = in otx2_flow_init()
1098 if (npc->live_entries) in otx2_flow_init()
1099 rte_free(npc->live_entries); in otx2_flow_init()
1127 if (npc->live_entries) in otx2_flow_fini()
1128 rte_free(npc->live_entries); in otx2_flow_fini()
H A Dotx2_flow_utils.c547 lv_bmp = flow_info->live_entries[prio_lvl]; in flow_shift_ent()
756 live_bmp = flow_info->live_entries[flow->priority]; in flow_fill_entry_cache()
852 live = flow_info->live_entries[flow->priority]; in flow_check_preallocated_entry_cache()
H A Dotx2_flow.h190 struct rte_bitmap **live_entries; member