Searched refs:rule_goto_table (Results 1 – 2 of 2) sorted by relevance
2745 if (ft_prio->anchor.rule_goto_table) in steering_anchor_create_rule_goto_table()2760 ft_prio->anchor.rule_goto_table = handle; in steering_anchor_create_rule_goto_table()2768 if (ft_prio->anchor.rule_goto_table) { in steering_anchor_destroy_rule_goto_table()2769 mlx5_del_flow_rules(ft_prio->anchor.rule_goto_table); in steering_anchor_destroy_rule_goto_table()2770 ft_prio->anchor.rule_goto_table = NULL; in steering_anchor_destroy_rule_goto_table()
249 struct mlx5_flow_handle *rule_goto_table; member