Searched refs:root_action (Results 1 – 2 of 2) sorted by relevance
618 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()
1085 struct mlx5dr_action *root_action; member