Searched refs:rule_goto_table (Results 1 – 2 of 2) sorted by relevance
2740 if (ft_prio->anchor.rule_goto_table) in steering_anchor_create_rule_goto_table()2755 ft_prio->anchor.rule_goto_table = handle; in steering_anchor_create_rule_goto_table()2763 if (ft_prio->anchor.rule_goto_table) { in steering_anchor_destroy_rule_goto_table()2764 mlx5_del_flow_rules(ft_prio->anchor.rule_goto_table); in steering_anchor_destroy_rule_goto_table()2765 ft_prio->anchor.rule_goto_table = NULL; in steering_anchor_destroy_rule_goto_table()
236 struct mlx5_flow_handle *rule_goto_table; member