Searched refs:action_find (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline.c | 2378 action_find(struct rte_swx_pipeline *p, const char *name); 2401 a = action_find(p, tokens[1]); in instr_learn_translate() 4972 a = action_find(p, tokens[2]); in instr_jmp_action_hit_translate() 4996 a = action_find(p, tokens[2]); in instr_jmp_action_miss_translate() 6909 action_find(struct rte_swx_pipeline *p, const char *name) in action_find() function 7000 CHECK(!action_find(p, name), EEXIST); in rte_swx_pipeline_action_config() 7369 a = action_find(p, action_name); in rte_swx_pipeline_table_config() 7467 t->actions[i] = action_find(p, params->action_names[i]); in rte_swx_pipeline_table_config() 8197 a = action_find(p, action_names[j]); in learner_action_learning_check() 8250 a = action_find(p, action_name); in rte_swx_pipeline_learner_config() [all …]
|
| H A D | rte_swx_ctl.c | 152 action_find(struct rte_swx_ctl_pipeline *ctl, const char *action_name) in action_find() function 2780 action = action_find(ctl, tokens[1]); in rte_swx_ctl_pipeline_table_entry_read() 2904 action = action_find(ctl, tokens[1]); in rte_swx_ctl_pipeline_learner_default_entry_read()
|