Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c94 struct mlx5_flow_group *vlan_grp; in esw_acl_egress_vlan_grp_create() local
112 vlan_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_vlan_grp_create()
113 if (IS_ERR(vlan_grp)) { in esw_acl_egress_vlan_grp_create()
114 ret = PTR_ERR(vlan_grp); in esw_acl_egress_vlan_grp_create()
120 vport->egress.vlan_grp = vlan_grp; in esw_acl_egress_vlan_grp_create()
129 if (!IS_ERR_OR_NULL(vport->egress.vlan_grp)) { in esw_acl_egress_vlan_grp_destroy()
130 mlx5_destroy_flow_group(vport->egress.vlan_grp); in esw_acl_egress_vlan_grp_destroy()
131 vport->egress.vlan_grp = NULL; in esw_acl_egress_vlan_grp_destroy()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h97 struct mlx5_flow_group *vlan_grp; member