Searched refs:rule_goto_table (Results 1 – 2 of 2) sorted by relevance
2179 if (ft_prio->anchor.rule_goto_table) in steering_anchor_create_rule_goto_table()2194 ft_prio->anchor.rule_goto_table = handle; in steering_anchor_create_rule_goto_table()2202 if (ft_prio->anchor.rule_goto_table) { in steering_anchor_destroy_rule_goto_table()2203 mlx5_del_flow_rules(ft_prio->anchor.rule_goto_table); in steering_anchor_destroy_rule_goto_table()2204 ft_prio->anchor.rule_goto_table = NULL; in steering_anchor_destroy_rule_goto_table()
249 struct mlx5_flow_handle *rule_goto_table; member