Lines Matching refs:next_num

575 	int next_num; /**< Number of entries in next[]. */  member
4721 if (ctx->next_num < 2) in parse_vc_spec()
4723 ctx->next[ctx->next_num - 2] = prefix; in parse_vc_spec()
4945 if (ctx->next_num == RTE_DIM(ctx->next)) in parse_vc_action_rss_type()
4947 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_type()
4996 if (ctx->next_num == RTE_DIM(ctx->next)) in parse_vc_action_rss_queue()
4998 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_queue()
7046 ctx->next_num = 0; in cmd_flow_context_init()
7091 if (!ctx->next_num) { in cmd_flow_parse()
7094 ctx->next[ctx->next_num++] = token->next[0]; in cmd_flow_parse()
7098 list = ctx->next[ctx->next_num - 1]; in cmd_flow_parse()
7115 --ctx->next_num; in cmd_flow_parse()
7119 if (ctx->next_num == RTE_DIM(ctx->next)) in cmd_flow_parse()
7121 ctx->next[ctx->next_num++] = token->next[i]; in cmd_flow_parse()
7144 if (ctx->next_num) in cmd_flow_complete_get_nb()
7145 list = ctx->next[ctx->next_num - 1]; in cmd_flow_complete_get_nb()
7177 if (ctx->next_num) in cmd_flow_complete_get_elt()
7178 list = ctx->next[ctx->next_num - 1]; in cmd_flow_complete_get_elt()
7243 if (!ctx->next_num && ctx->curr) { in cmd_flow_tok()
7248 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_flow_tok()
7249 const enum index *list = ctx->next[ctx->next_num - 1]; in cmd_flow_tok()
7734 if (!ctx->next_num && (ctx->curr != START_SET)) { in cmd_set_raw_tok()
7739 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_set_raw_tok()
7740 const enum index *list = ctx->next[ctx->next_num - 1]; in cmd_set_raw_tok()