Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dmain.c48 int h_present, p_present, s_present, n_args, i; in parse_args() local
51 n_args = argc; in parse_args()
52 for (i = 0; i < n_args; i++) in parse_args()
59 if (i == n_args) in parse_args()
/dpdk/examples/ip_pipeline/
H A Dmain.c61 int h_present, p_present, s_present, n_args, i; in parse_args() local
64 n_args = argc; in parse_args()
65 for (i = 0; i < n_args; i++) in parse_args()
72 if (i == n_args) in parse_args()
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c1222 a->args = calloc(a->info.n_args, in rte_swx_ctl_pipeline_create()
1227 for (j = 0; j < a->info.n_args; j++) { in rte_swx_ctl_pipeline_create()
1237 for (j = 0; j < a->info.n_args; j++) { in rte_swx_ctl_pipeline_create()
2784 if (n_tokens < 2 + action->info.n_args * 2) in rte_swx_ctl_pipeline_table_entry_read()
2791 for (i = 0; i < action->info.n_args; i++) { in rte_swx_ctl_pipeline_table_entry_read()
2818 tokens += 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_table_entry_read()
2819 n_tokens -= 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_table_entry_read()
2908 if (n_tokens < 2 + action->info.n_args * 2) in rte_swx_ctl_pipeline_learner_default_entry_read()
2915 for (i = 0; i < action->info.n_args; i++) { in rte_swx_ctl_pipeline_learner_default_entry_read()
2942 tokens += 2 + action->info.n_args * 2; in rte_swx_ctl_pipeline_learner_default_entry_read()
[all …]
H A Drte_swx_ctl.h147 uint32_t n_args; member
H A Drte_swx_pipeline.c9394 action->n_args = a->st ? a->st->n_fields : 0; in rte_swx_ctl_action_info_get()