Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_spec.c581 for (i = 0; i < s->params.n_actions; i++) { in table_spec_free()
590 s->params.n_actions = 0; in table_spec_free()
771 (s->params.n_actions + 1) * sizeof(char *)); in table_actions_block_parse()
773 (s->params.n_actions + 1) * sizeof(int)); in table_actions_block_parse()
775 (s->params.n_actions + 1) * sizeof(int)); in table_actions_block_parse()
802 s->params.n_actions++; in table_actions_block_parse()
1362 for (i = 0; i < s->params.n_actions; i++) { in learner_spec_free()
1371 s->params.n_actions = 0; in learner_spec_free()
1530 (s->params.n_actions + 1) * sizeof(int)); in learner_actions_block_parse()
1532 (s->params.n_actions + 1) * sizeof(int)); in learner_actions_block_parse()
[all …]
H A Drte_swx_ctl.c156 for (i = 0; i < ctl->info.n_actions; i++) { in action_find()
174 for (i = 0; i < ctl->info.n_actions; i++) { in action_free()
386 CHECK(i < table->info.n_actions, EINVAL); in table_entry_check()
463 if (i >= table->info.n_actions) in table_entry_duplicate()
1010 for (i = 0; i < l->info.n_actions; i++) { in learner_action_data_size_get()
1286 t->actions = calloc(t->info.n_actions, in rte_swx_ctl_pipeline_create()
1417 l->actions = calloc(l->info.n_actions, in rte_swx_ctl_pipeline_create()
2317 for (i = 0; i < l->info.n_actions; i++) in learner_default_entry_check()
2321 CHECK(i < l->info.n_actions, EINVAL); in learner_default_entry_check()
2348 for (i = 0; i < l->info.n_actions; i++) in learner_default_entry_duplicate()
[all …]
H A Drte_swx_pipeline.h585 uint32_t n_actions; member
724 uint32_t n_actions; member
H A Drte_swx_ctl.h45 uint32_t n_actions; member
222 uint32_t n_actions; member
535 uint32_t n_actions; member
H A Drte_swx_pipeline.c7023 a->id = p->n_actions; in rte_swx_pipeline_action_config()
7035 p->n_actions++; in rte_swx_pipeline_action_config()
7359 CHECK(params->n_actions, EINVAL); in rte_swx_pipeline_table_config()
7476 t->n_actions = params->n_actions; in rte_swx_pipeline_table_config()
8179 uint32_t n_actions) in learner_action_learning_check() argument
8256 params->n_actions); in rte_swx_pipeline_learner_config()
8350 l->n_actions = params->n_actions; in rte_swx_pipeline_learner_config()
9352 n_actions++; in rte_swx_ctl_pipeline_info_get()
9359 pipeline->n_actions = n_actions; in rte_swx_ctl_pipeline_info_get()
9439 table->n_actions = t->n_actions; in rte_swx_ctl_table_info_get()
[all …]
H A Drte_swx_pipeline_internal.h747 uint32_t n_actions; member
818 uint32_t n_actions; member
1421 uint32_t n_actions; member
/dpdk/examples/pipeline/
H A Dcli.c2595 uint64_t n_pkts_action[info.n_actions]; in cmd_pipeline_stats()
2624 for (j = 0; j < info.n_actions; j++) { in cmd_pipeline_stats()
2647 uint64_t n_pkts_action[info.n_actions]; in cmd_pipeline_stats()
2682 for (j = 0; j < info.n_actions; j++) { in cmd_pipeline_stats()