Home
last modified time | relevance | path

Searched refs:actions_templates (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_flow_driver.h197 struct rte_flow_actions_template *actions_templates[],
H A Drte_flow.c1638 struct rte_flow_actions_template *actions_templates[], in rte_flow_template_table_create() argument
1675 if (actions_templates == NULL) { in rte_flow_template_table_create()
1687 actions_templates, nb_actions_templates, in rte_flow_template_table_create()
H A Drte_flow.h5281 struct rte_flow_actions_template *actions_templates[],
/dpdk/app/test-pmd/
H A Dtestpmd.h933 uint32_t nb_actions_templates, uint32_t *actions_templates);
H A Dconfig.c2401 uint32_t nb_actions_templates, uint32_t *actions_templates) in port_flow_template_table_create() argument
2440 if (actions_templates[i] == temp->id) { in port_flow_template_table_create()
2450 actions_templates[i]); in port_flow_template_table_create()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3758 struct rte_flow_actions_template *actions_templates[],
3775 struct rte_flow_actions_template *actions_templates[nb_actions_templ];
3776 actions_templates[0] = actions_template;
3782 &actions_templates, nb_actions_templ,