Searched refs:action_name (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 44 char action_name[RTE_MP_MAX_NAME_LEN]; member 173 if (strncmp(entry->action_name, name, RTE_MP_MAX_NAME_LEN) == 0) in find_action_entry_by_name() 221 strlcpy(entry->action_name, name, sizeof(entry->action_name)); in rte_mp_action_register()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 3994 const char *action_name = action_names[action->type]; in sfc_mae_rule_parse_action() local 3996 if (action_name != NULL) { in sfc_mae_rule_parse_action() 3998 action_name, strerror(rc)); in sfc_mae_rule_parse_action()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ctl.c | 152 action_find(struct rte_swx_ctl_pipeline *ctl, const char *action_name) in action_find() argument 159 if (!strcmp(action_name, a->info.name)) in action_find()
|
| H A D | rte_swx_pipeline.c | 7362 const char *action_name = params->action_names[i]; in rte_swx_pipeline_table_config() local 7367 CHECK_NAME(action_name, EINVAL); in rte_swx_pipeline_table_config() 7369 a = action_find(p, action_name); in rte_swx_pipeline_table_config() 8243 const char *action_name = params->action_names[i]; in rte_swx_pipeline_learner_config() local 8248 CHECK_NAME(action_name, EINVAL); in rte_swx_pipeline_learner_config() 8250 a = action_find(p, action_name); in rte_swx_pipeline_learner_config()
|