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.c2633 if (ft_prio->anchor.fg_drop) in steering_anchor_create_fg_drop()
2649 ft_prio->anchor.fg_drop = fg; in steering_anchor_create_fg_drop()
2660 if (ft_prio->anchor.fg_drop) { in steering_anchor_destroy_fg_drop()
2661 mlx5_destroy_flow_group(ft_prio->anchor.fg_drop); in steering_anchor_destroy_fg_drop()
2662 ft_prio->anchor.fg_drop = NULL; in steering_anchor_destroy_fg_drop()
2712 flow_act.fg = ft_prio->anchor.fg_drop; in steering_anchor_create_rule_drop()
H A Dmlx5_ib.h235 struct mlx5_flow_group *fg_drop; member