Searched refs:fg_drop (Results 1 – 2 of 2) sorted by relevance
2072 if (ft_prio->anchor.fg_drop) in steering_anchor_create_fg_drop()2088 ft_prio->anchor.fg_drop = fg; in steering_anchor_create_fg_drop()2099 if (ft_prio->anchor.fg_drop) { in steering_anchor_destroy_fg_drop()2100 mlx5_destroy_flow_group(ft_prio->anchor.fg_drop); in steering_anchor_destroy_fg_drop()2101 ft_prio->anchor.fg_drop = NULL; in steering_anchor_destroy_fg_drop()2151 flow_act.fg = ft_prio->anchor.fg_drop; in steering_anchor_create_rule_drop()
246 struct mlx5_flow_group *fg_drop; member