Home
last modified time | relevance | path

Searched refs:root_action (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c618 acts->jump->root_action; in flow_hw_actions_translate()
971 (!!attr.group) ? jump->hws_action : jump->root_action; in flow_hw_actions_construct()
1882 grp_data->jump.root_action = jump; in flow_hw_grp_create_cb()
1889 if (grp_data->jump.root_action) in flow_hw_grp_create_cb()
1890 mlx5dr_action_destroy(grp_data->jump.root_action); in flow_hw_grp_create_cb()
1923 if (grp_data->jump.root_action) in flow_hw_grp_remove_cb()
1924 mlx5dr_action_destroy(grp_data->jump.root_action); in flow_hw_grp_remove_cb()
H A Dmlx5_flow.h1085 struct mlx5dr_action *root_action; member