Home
last modified time | relevance | path

Searched refs:rule_goto_table (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dfs.c2179 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()
Dmlx5_ib.h247 struct mlx5_flow_handle *rule_goto_table; member