Searched refs:rte_flow_template_table (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 192 struct rte_flow_template_table *(*template_table_create) 203 struct rte_flow_template_table *template_table, 210 struct rte_flow_template_table *template_table,
|
| H A D | rte_flow.h | 5224 struct rte_flow_template_table; 5276 struct rte_flow_template_table * 5308 struct rte_flow_template_table *template_table, 5367 struct rte_flow_template_table *template_table,
|
| H A D | rte_flow.c | 1633 struct rte_flow_template_table * 1644 struct rte_flow_template_table *table; in rte_flow_template_table_create() 1701 struct rte_flow_template_table *template_table, in rte_flow_template_table_destroy() 1727 struct rte_flow_template_table *template_table, in rte_flow_async_create()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 837 struct rte_flow_template_table *table, in flow_hw_shared_action_construct() 908 struct rte_flow_template_table *table = job->flow->table; in flow_hw_actions_construct() 1061 struct rte_flow_template_table *table, in flow_hw_async_flow_create() 1340 struct rte_flow_template_table *tbl; in flow_hw_q_flow_flush() 1419 static struct rte_flow_template_table * 1430 struct rte_flow_template_table *tbl = NULL; in flow_hw_table_create() 1574 struct rte_flow_template_table *table, in flow_hw_table_destroy() 2173 struct rte_flow_template_table *tbl; in flow_hw_resource_release()
|
| H A D | mlx5_flow.h | 1033 struct rte_flow_template_table *table; /* The table flow allcated from. */ 1136 struct rte_flow_template_table { struct 1137 LIST_ENTRY(rte_flow_template_table) next; 1438 typedef struct rte_flow_template_table *(*mlx5_flow_table_create_t) 1448 struct rte_flow_template_table *table, 1454 struct rte_flow_template_table *table,
|
| H A D | mlx5_flow.c | 878 static struct rte_flow_template_table * 888 struct rte_flow_template_table *table, 894 struct rte_flow_template_table *table, 8473 static struct rte_flow_template_table * 8516 struct rte_flow_template_table *table, in mlx5_flow_table_destroy() 8559 struct rte_flow_template_table *table, in mlx5_flow_async_flow_create()
|
| H A D | mlx5.h | 1536 LIST_HEAD(flow_hw_tbl, rte_flow_template_table) flow_hw_tbl;
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 187 struct rte_flow_template_table *table; /**< PMD opaque template object */
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3753 struct rte_flow_template_table * 3779 struct rte_flow_template_table *table = 3838 struct rte_flow_template_table *template_table,
|