Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A 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()
H A Dmlx5_ib.h260 struct mlx5_flow_handle *rule_goto_table; member