Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c96 struct mlx5_flow_group *fwd_grp; in esw_acl_egress_ofld_groups_create() local
123 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h105 struct mlx5_flow_group *fwd_grp; member