Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.h44 uint32_t n_actions; member
203 uint32_t n_actions; member
H A Drte_swx_ctl.c73 for (i = 0; i < ctl->info.n_actions; i++) { in action_find()
91 for (i = 0; i < ctl->info.n_actions; i++) { in action_free()
170 for (i = 0; i < table->info.n_actions; i++) { in table_params_get()
283 for (i = 0; i < table->info.n_actions; i++) in table_entry_check()
287 CHECK(i < table->info.n_actions, EINVAL); in table_entry_check()
349 for (i = 0; i < table->info.n_actions; i++) in table_entry_duplicate()
353 if (i >= table->info.n_actions) in table_entry_duplicate()
759 for (i = 0; i < ctl->info.n_actions; i++) { in rte_swx_ctl_pipeline_create()
833 t->actions = calloc(t->info.n_actions, in rte_swx_ctl_pipeline_create()
838 for (j = 0; j < t->info.n_actions; j++) { in rte_swx_ctl_pipeline_create()
[all …]
H A Drte_swx_pipeline_spec.c539 for (i = 0; i < s->params.n_actions; i++) { in table_spec_free()
548 s->params.n_actions = 0; in table_spec_free()
718 (s->params.n_actions + 1) * sizeof(char *)); in table_actions_block_parse()
730 s->params.action_names[s->params.n_actions] = name; in table_actions_block_parse()
731 s->params.n_actions++; in table_actions_block_parse()
H A Drte_swx_pipeline.h562 uint32_t n_actions; member
H A Drte_swx_pipeline.c595 uint32_t n_actions; member
999 uint32_t n_actions; member
6237 a->id = p->n_actions; in rte_swx_pipeline_action_config()
6248 p->n_actions++; in rte_swx_pipeline_action_config()
6463 CHECK(params->n_actions, EINVAL); in rte_swx_pipeline_table_config()
6481 for (i = 0; i < p->n_actions; i++) in rte_swx_pipeline_table_config()
6485 CHECK(i < params->n_actions, EINVAL); in rte_swx_pipeline_table_config()
6560 t->n_actions = params->n_actions; in rte_swx_pipeline_table_config()
7009 n_actions++; in rte_swx_ctl_pipeline_info_get()
7016 pipeline->n_actions = n_actions; in rte_swx_ctl_pipeline_info_get()
[all …]