Lines Matching refs:stack_pos
250 int stack_pos = 0; in mlx5_flow_expand_rss() local
334 stack[stack_pos] = next_node; in mlx5_flow_expand_rss()
337 flow_items[stack_pos].type = node->type; in mlx5_flow_expand_rss()
345 elt = stack_pos + 2; in mlx5_flow_expand_rss()
346 flow_items[stack_pos + 1].type = RTE_FLOW_ITEM_TYPE_END; in mlx5_flow_expand_rss()
352 stack_pos + 1 + missed; in mlx5_flow_expand_rss()
370 if (stack_pos++ == elt_n) { in mlx5_flow_expand_rss()
374 stack[stack_pos] = next_node; in mlx5_flow_expand_rss()
380 if (stack_pos) in mlx5_flow_expand_rss()
381 next_node = stack[--stack_pos]; in mlx5_flow_expand_rss()
383 stack[stack_pos] = next_node; in mlx5_flow_expand_rss()