Searched refs:vlan_grp (Results 1 – 2 of 2) sorted by relevance
97 struct mlx5_flow_group *vlan_grp; in esw_acl_egress_vlan_grp_create() local115 vlan_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_vlan_grp_create()116 if (IS_ERR(vlan_grp)) { in esw_acl_egress_vlan_grp_create()117 ret = PTR_ERR(vlan_grp); in esw_acl_egress_vlan_grp_create()123 vport->egress.vlan_grp = vlan_grp; in esw_acl_egress_vlan_grp_create()132 if (!IS_ERR_OR_NULL(vport->egress.vlan_grp)) { in esw_acl_egress_vlan_grp_destroy()133 mlx5_destroy_flow_group(vport->egress.vlan_grp); in esw_acl_egress_vlan_grp_destroy()134 vport->egress.vlan_grp = NULL; in esw_acl_egress_vlan_grp_destroy()
129 struct mlx5_flow_group *vlan_grp; member
Completed in 6 milliseconds