Searched refs:n_actions (Results 1 – 5 of 5) sorted by relevance
44 uint32_t n_actions; member203 uint32_t n_actions; member
73 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 …]
539 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()
562 uint32_t n_actions; member
595 uint32_t n_actions; member999 uint32_t n_actions; member6237 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 …]