Searched refs:fg_goto_table (Results 1 – 2 of 2) sorted by relevance
2659 if (ft_prio->anchor.fg_goto_table) in steering_anchor_create_fg_goto_table() 2671 ft_prio->anchor.fg_goto_table = fg; in steering_anchor_create_fg_goto_table() 2682 if (ft_prio->anchor.fg_goto_table) { in steering_anchor_destroy_fg_goto_table() 2683 mlx5_destroy_flow_group(ft_prio->anchor.fg_goto_table); in steering_anchor_destroy_fg_goto_table() 2684 ft_prio->anchor.fg_goto_table = NULL; in steering_anchor_destroy_fg_goto_table() 2730 flow_act.fg = ft_prio->anchor.fg_goto_table; in steering_anchor_create_rule_goto_table()
234 struct mlx5_flow_group *fg_goto_table; member