Searched refs:flow_tbl_stack (Results 1 – 2 of 2) sorted by relevance
210 flow_tbl->flow_tbl_stack = rte_zmalloc("flow_tbl_stack", size, 0); in ulp_flow_db_alloc_resource()211 if (!flow_tbl->flow_tbl_stack) { in ulp_flow_db_alloc_resource()233 flow_tbl->flow_tbl_stack[idx] = idx; in ulp_flow_db_alloc_resource()264 if (flow_tbl->flow_tbl_stack) { in ulp_flow_db_dealloc_resource()265 rte_free(flow_tbl->flow_tbl_stack); in ulp_flow_db_dealloc_resource()266 flow_tbl->flow_tbl_stack = NULL; in ulp_flow_db_dealloc_resource()635 *fid = flow_tbl->flow_tbl_stack[flow_tbl->head_index]; in ulp_flow_db_fid_alloc()704 idx = flow_tbl->flow_tbl_stack[flow_tbl->tail_index]; in ulp_flow_db_resource_add()818 flow_tbl->flow_tbl_stack[flow_tbl->tail_index] = nxt_idx; in ulp_flow_db_resource_del()904 flow_tbl->flow_tbl_stack[flow_tbl->head_index] = fid; in ulp_flow_db_fid_free()
45 uint32_t *flow_tbl_stack; member