Searched refs:fg_drop (Results 1 – 2 of 2) sorted by relevance
2638 if (ft_prio->anchor.fg_drop) in steering_anchor_create_fg_drop()2654 ft_prio->anchor.fg_drop = fg; in steering_anchor_create_fg_drop()2665 if (ft_prio->anchor.fg_drop) { in steering_anchor_destroy_fg_drop()2666 mlx5_destroy_flow_group(ft_prio->anchor.fg_drop); in steering_anchor_destroy_fg_drop()2667 ft_prio->anchor.fg_drop = NULL; in steering_anchor_destroy_fg_drop()2717 flow_act.fg = ft_prio->anchor.fg_drop; in steering_anchor_create_rule_drop()
248 struct mlx5_flow_group *fg_drop; member