Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c2148 if (ft_prio->anchor.rule_drop) in steering_anchor_create_rule_drop()
2159 ft_prio->anchor.rule_drop = handle; in steering_anchor_create_rule_drop()
2166 if (ft_prio->anchor.rule_drop) { in steering_anchor_destroy_rule_drop()
2167 mlx5_del_flow_rules(ft_prio->anchor.rule_drop); in steering_anchor_destroy_rule_drop()
2168 ft_prio->anchor.rule_drop = NULL; in steering_anchor_destroy_rule_drop()
H A Dmlx5_ib.h248 struct mlx5_flow_handle *rule_drop; member