Searched refs:active_dflt_flows (Results 1 – 2 of 2) sorted by relevance
57 ULP_INDEX_BITMAP_SET(f_tbl->active_dflt_flows[a_idx], in ulp_flow_db_active_flows_bit_set()66 ULP_INDEX_BITMAP_RESET(f_tbl->active_dflt_flows[a_idx], in ulp_flow_db_active_flows_bit_set()91 dflt = ULP_INDEX_BITMAP_GET(f_tbl->active_dflt_flows[a_idx], idx); in ulp_flow_db_active_flows_bit_is_set()234 flow_tbl->active_dflt_flows = rte_zmalloc("active dflt flows", size, in ulp_flow_db_alloc_resource()236 if (!flow_tbl->active_dflt_flows) { in ulp_flow_db_alloc_resource()269 if (flow_tbl->active_dflt_flows) { in ulp_flow_db_dealloc_resource()270 rte_free(flow_tbl->active_dflt_flows); in ulp_flow_db_dealloc_resource()271 flow_tbl->active_dflt_flows = NULL; in ulp_flow_db_dealloc_resource()914 active_flows = flowtbl->active_dflt_flows; in ulp_flow_db_next_entry_get()
54 uint64_t *active_dflt_flows; member