Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c159 if (!IS_ERR_OR_NULL(vport->egress.offloads.bounce_grp)) { in esw_acl_egress_ofld_groups_destroy()
160 mlx5_destroy_flow_group(vport->egress.offloads.bounce_grp); in esw_acl_egress_ofld_groups_destroy()
161 vport->egress.offloads.bounce_grp = NULL; in esw_acl_egress_ofld_groups_destroy()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h138 struct mlx5_flow_group *bounce_grp; member
Deswitch_offloads.c2673 vport->egress.offloads.bounce_grp = g; in esw_set_master_egress_rule()