Searched refs:flow_tbl_stack (Results 1 – 2 of 2) sorted by relevance
220 flow_tbl->flow_tbl_stack = rte_zmalloc("flow_tbl_stack", size, 0); in ulp_flow_db_alloc_resource()221 if (!flow_tbl->flow_tbl_stack) { in ulp_flow_db_alloc_resource()243 flow_tbl->flow_tbl_stack[idx] = idx; in ulp_flow_db_alloc_resource()274 if (flow_tbl->flow_tbl_stack) { in ulp_flow_db_dealloc_resource()275 rte_free(flow_tbl->flow_tbl_stack); in ulp_flow_db_dealloc_resource()276 flow_tbl->flow_tbl_stack = NULL; in ulp_flow_db_dealloc_resource()552 *fid = flow_tbl->flow_tbl_stack[flow_tbl->head_index]; in ulp_flow_db_fid_alloc()628 idx = flow_tbl->flow_tbl_stack[flow_tbl->tail_index]; in ulp_flow_db_resource_add()741 flow_tbl->flow_tbl_stack[flow_tbl->tail_index] = nxt_idx; in ulp_flow_db_resource_del()815 flow_tbl->flow_tbl_stack[flow_tbl->head_index] = fid; in ulp_flow_db_fid_free()
48 uint32_t *flow_tbl_stack; member