Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow_driver.h123 int (*shared_action_update) member
H A Drte_flow.c1118 if (unlikely(!ops->shared_action_update)) in rte_flow_shared_action_update()
1122 ret = ops->shared_action_update(&rte_eth_devices[port_id], action, in rte_flow_shared_action_update()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c640 .shared_action_update = mlx5_shared_action_update,