Searched refs:fwd_grp (Results 1 – 2 of 2) sorted by relevance
96 struct mlx5_flow_group *fwd_grp; in esw_acl_egress_ofld_groups_create() local123 fwd_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_ofld_groups_create()124 if (IS_ERR(fwd_grp)) { in esw_acl_egress_ofld_groups_create()125 ret = PTR_ERR(fwd_grp); in esw_acl_egress_ofld_groups_create()132 vport->egress.offloads.fwd_grp = fwd_grp; in esw_acl_egress_ofld_groups_create()144 if (!IS_ERR_OR_NULL(vport->egress.offloads.fwd_grp)) { in esw_acl_egress_ofld_groups_destroy()145 mlx5_destroy_flow_group(vport->egress.offloads.fwd_grp); in esw_acl_egress_ofld_groups_destroy()146 vport->egress.offloads.fwd_grp = NULL; in esw_acl_egress_ofld_groups_destroy()
105 struct mlx5_flow_group *fwd_grp; member