Home
last modified time | relevance | path

Searched refs:shared_action_create (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow_driver.h112 struct rte_flow_shared_action *(*shared_action_create) member
H A Drte_flow.c1075 if (unlikely(!ops->shared_action_create)) { in rte_flow_shared_action_create()
1081 shared_action = ops->shared_action_create(&rte_eth_devices[port_id], in rte_flow_shared_action_create()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c638 .shared_action_create = mlx5_shared_action_create,