Home
last modified time | relevance | path

Searched refs:next_num (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmdline_flow.c6963 if (ctx->next_num < 2) in parse_vc_spec()
7290 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_type()
7341 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_queue()
10178 ctx->next_num = 0; in cmd_flow_context_init()
10223 if (!ctx->next_num) { in cmd_flow_parse()
10230 list = ctx->next[ctx->next_num - 1]; in cmd_flow_parse()
10247 --ctx->next_num; in cmd_flow_parse()
10300 if (ctx->next_num) in cmd_flow_complete_get_nb()
10301 list = ctx->next[ctx->next_num - 1]; in cmd_flow_complete_get_nb()
10333 if (ctx->next_num) in cmd_flow_complete_get_elt()
[all …]