Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.h567 const char **action_names; member
706 const char **action_names; member
H A Drte_swx_pipeline_spec.c582 uintptr_t name = (uintptr_t)s->params.action_names[i]; in table_spec_free()
587 free(s->params.action_names); in table_spec_free()
588 s->params.action_names = NULL; in table_spec_free()
770 new_action_names = realloc(s->params.action_names, in table_actions_block_parse()
793 s->params.action_names = new_action_names; in table_actions_block_parse()
794 s->params.action_names[s->params.n_actions] = name; in table_actions_block_parse()
1368 free(s->params.action_names); in learner_spec_free()
1369 s->params.action_names = NULL; in learner_spec_free()
1527 new_action_names = realloc(s->params.action_names, in learner_actions_block_parse()
1550 s->params.action_names = new_action_names; in learner_actions_block_parse()
[all …]
H A Drte_swx_pipeline.c7360 CHECK(params->action_names, EINVAL); in rte_swx_pipeline_table_config()
7362 const char *action_name = params->action_names[i]; in rte_swx_pipeline_table_config()
7386 if (!strcmp(params->action_names[i], in rte_swx_pipeline_table_config()
7467 t->actions[i] = action_find(p, params->action_names[i]); in rte_swx_pipeline_table_config()
8178 const char **action_names, in learner_action_learning_check() argument
8197 a = action_find(p, action_names[j]); in learner_action_learning_check()
8241 CHECK(params->action_names, EINVAL); in rte_swx_pipeline_learner_config()
8243 const char *action_name = params->action_names[i]; in rte_swx_pipeline_learner_config()
8255 params->action_names, in rte_swx_pipeline_learner_config()
8273 if (!strcmp(params->action_names[i], in rte_swx_pipeline_learner_config()
[all …]
/dpdk/drivers/net/sfc/
H A Dsfc_mae.c3808 static const char * const action_names[] = { variable
3993 if (action->type < RTE_DIM(action_names)) { in sfc_mae_rule_parse_action()
3994 const char *action_name = action_names[action->type]; in sfc_mae_rule_parse_action()