Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c2072 if (ft_prio->anchor.fg_drop) in steering_anchor_create_fg_drop()
2088 ft_prio->anchor.fg_drop = fg; in steering_anchor_create_fg_drop()
2099 if (ft_prio->anchor.fg_drop) { in steering_anchor_destroy_fg_drop()
2100 mlx5_destroy_flow_group(ft_prio->anchor.fg_drop); in steering_anchor_destroy_fg_drop()
2101 ft_prio->anchor.fg_drop = NULL; in steering_anchor_destroy_fg_drop()
2151 flow_act.fg = ft_prio->anchor.fg_drop; in steering_anchor_create_rule_drop()
H A Dmlx5_ib.h259 struct mlx5_flow_group *fg_drop; member