Searched refs:live_entries (Results 1 – 3 of 3) sorted by relevance
42 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()
547 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()
190 struct rte_bitmap **live_entries; member