Searched refs:fg_goto_table (Results 1 – 2 of 2) sorted by relevance
2113 if (ft_prio->anchor.fg_goto_table) in steering_anchor_create_fg_goto_table()2125 ft_prio->anchor.fg_goto_table = fg; in steering_anchor_create_fg_goto_table()2136 if (ft_prio->anchor.fg_goto_table) { in steering_anchor_destroy_fg_goto_table()2137 mlx5_destroy_flow_group(ft_prio->anchor.fg_goto_table); in steering_anchor_destroy_fg_goto_table()2138 ft_prio->anchor.fg_goto_table = NULL; in steering_anchor_destroy_fg_goto_table()2184 flow_act.fg = ft_prio->anchor.fg_goto_table; in steering_anchor_create_rule_goto_table()
245 struct mlx5_flow_group *fg_goto_table; member