Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c162 if (!IS_ERR_OR_NULL(vport->egress.offloads.bounce_grp)) { in esw_acl_egress_ofld_groups_destroy()
163 mlx5_destroy_flow_group(vport->egress.offloads.bounce_grp); in esw_acl_egress_ofld_groups_destroy()
164 vport->egress.offloads.bounce_grp = NULL; in esw_acl_egress_ofld_groups_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h156 struct mlx5_flow_group *bounce_grp; member