Searched refs:rte_flow_actions_template (Results 1 – 10 of 10) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 180 struct rte_flow_actions_template *(*actions_template_create) 189 struct rte_flow_actions_template *actions_template, 197 struct rte_flow_actions_template *actions_templates[],
|
| H A D | rte_flow.h | 5129 struct rte_flow_actions_template; 5187 struct rte_flow_actions_template * 5217 struct rte_flow_actions_template *actions_template, 5281 struct rte_flow_actions_template *actions_templates[],
|
| H A D | rte_flow.c | 1547 struct rte_flow_actions_template * 1556 struct rte_flow_actions_template *template; in rte_flow_actions_template_create() 1611 struct rte_flow_actions_template *actions_template, in rte_flow_actions_template_destroy() 1638 struct rte_flow_actions_template *actions_templates[], in rte_flow_template_table_create()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1073 struct rte_flow_actions_template { struct 1074 LIST_ENTRY(rte_flow_actions_template) next; 1118 struct rte_flow_actions_template *action_template; 1428 typedef struct rte_flow_actions_template *(*mlx5_flow_actions_template_create_t) 1436 struct rte_flow_actions_template *template, 1443 struct rte_flow_actions_template *action_templates[],
|
| H A D | mlx5_flow_hw.c | 545 struct rte_flow_actions_template *at, in flow_hw_actions_translate() 1424 struct rte_flow_actions_template *action_templates[], in flow_hw_table_create() 1622 static struct rte_flow_actions_template * 1631 struct rte_flow_actions_template *at; in flow_hw_actions_template_create() 1698 struct rte_flow_actions_template *template, in flow_hw_actions_template_destroy() 2175 struct rte_flow_actions_template *at; in flow_hw_resource_release()
|
| H A D | mlx5_flow.c | 867 static struct rte_flow_actions_template * 875 struct rte_flow_actions_template *template, 883 struct rte_flow_actions_template *action_templates[], 8403 static struct rte_flow_actions_template * 8438 struct rte_flow_actions_template *template, in mlx5_flow_actions_template_destroy() 8478 struct rte_flow_actions_template *action_templates[], in mlx5_flow_table_create()
|
| H A D | mlx5.h | 1530 LIST_HEAD(flow_hw_at, rte_flow_actions_template) flow_hw_at;
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 176 struct rte_flow_actions_template *actions_template;
|
| H A D | config.c | 2411 struct rte_flow_actions_template in port_flow_template_table_create()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3706 struct rte_flow_actions_template * 3735 struct rte_flow_actions_template *actions_template = 3758 struct rte_flow_actions_template *actions_templates[], 3775 struct rte_flow_actions_template *actions_templates[nb_actions_templ];
|