Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_flow_driver.h187 int (*actions_template_destroy) member
H A Drte_flow.c1621 if (likely(!!ops->actions_template_destroy)) { in rte_flow_actions_template_destroy()
1623 ops->actions_template_destroy(dev, in rte_flow_actions_template_destroy()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1547 mlx5_flow_actions_template_destroy_t actions_template_destroy; member
H A Dmlx5_flow_hw.c2320 .actions_template_destroy = flow_hw_actions_template_destroy,
H A Dmlx5_flow.c967 .actions_template_destroy = mlx5_flow_actions_template_destroy,
8449 return fops->actions_template_destroy(dev, template, error); in mlx5_flow_actions_template_destroy()