Home
last modified time | relevance | path

Searched refs:actions_template_create (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_flow_driver.h180 struct rte_flow_actions_template *(*actions_template_create) member
H A Drte_flow.c1596 if (likely(!!ops->actions_template_create)) { in rte_flow_actions_template_create()
1597 template = ops->actions_template_create(dev, template_attr, in rte_flow_actions_template_create()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1546 mlx5_flow_actions_template_create_t actions_template_create; member
H A Dmlx5_flow_hw.c2319 .actions_template_create = flow_hw_actions_template_create,
H A Dmlx5_flow.c966 .actions_template_create = mlx5_flow_actions_template_create,
8420 return fops->actions_template_create(dev, attr, actions, masks, error); in mlx5_flow_actions_template_create()