Home
last modified time | relevance | path

Searched refs:action_handle_create (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_flow_driver.h88 struct rte_flow_action_handle *(*action_handle_create) member
H A Drte_flow.c1149 if (unlikely(!ops->action_handle_create)) { in rte_flow_action_handle_create()
1155 handle = ops->action_handle_create(&rte_eth_devices[port_id], in rte_flow_action_handle_create()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c2296 .action_handle_create = hns3_flow_action_create,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c951 .action_handle_create = mlx5_action_handle_create,