Searched refs:active_dflt_flows (Results 1 – 2 of 2) sorted by relevance
55 ULP_INDEX_BITMAP_SET(f_tbl->active_dflt_flows[a_idx], in ulp_flow_db_active_flows_bit_set()62 ULP_INDEX_BITMAP_RESET(f_tbl->active_dflt_flows[a_idx], in ulp_flow_db_active_flows_bit_set()89 return ULP_INDEX_BITMAP_GET(f_tbl->active_dflt_flows[a_idx], in ulp_flow_db_active_flows_bit_is_set()224 flow_tbl->active_dflt_flows = rte_zmalloc("active dflt flows", size, in ulp_flow_db_alloc_resource()226 if (!flow_tbl->active_dflt_flows) { in ulp_flow_db_alloc_resource()259 if (flow_tbl->active_dflt_flows) { in ulp_flow_db_dealloc_resource()260 rte_free(flow_tbl->active_dflt_flows); in ulp_flow_db_dealloc_resource()261 flow_tbl->active_dflt_flows = NULL; in ulp_flow_db_dealloc_resource()1009 active_flows = flowtbl->active_dflt_flows; in ulp_flow_db_next_entry_get()
51 uint64_t *active_dflt_flows; member