Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c106 struct mlx5_flow_group *fwd_grp; in esw_acl_egress_ofld_groups_create() local
133 fwd_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_ofld_groups_create()
134 if (IS_ERR(fwd_grp)) { in esw_acl_egress_ofld_groups_create()
135 ret = PTR_ERR(fwd_grp); in esw_acl_egress_ofld_groups_create()
142 vport->egress.offloads.fwd_grp = fwd_grp; in esw_acl_egress_ofld_groups_create()
154 if (!IS_ERR_OR_NULL(vport->egress.offloads.fwd_grp)) { in esw_acl_egress_ofld_groups_destroy()
155 mlx5_destroy_flow_group(vport->egress.offloads.fwd_grp); in esw_acl_egress_ofld_groups_destroy()
156 vport->egress.offloads.fwd_grp = NULL; in esw_acl_egress_ofld_groups_destroy()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c39 struct mlx5_flow_group *fwd_grp; member
362 e->fwd_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_fwd_group()
363 if (IS_ERR(e->fwd_grp)) { in mlx5_create_indir_fwd_group()
364 err = PTR_ERR(e->fwd_grp); in mlx5_create_indir_fwd_group()
375 mlx5_destroy_flow_group(e->fwd_grp); in mlx5_create_indir_fwd_group()
518 mlx5_destroy_flow_group(e->fwd_grp); in mlx5_esw_indir_table_put()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h135 struct mlx5_flow_group *fwd_grp; member