Searched refs:vlan_grp (Results 1 – 2 of 2) sorted by relevance
98 struct mlx5_flow_group *vlan_grp; in esw_acl_egress_vlan_grp_create() local116 vlan_grp = mlx5_create_flow_group(vport->egress.acl, flow_group_in); in esw_acl_egress_vlan_grp_create()117 if (IS_ERR(vlan_grp)) { in esw_acl_egress_vlan_grp_create()118 ret = PTR_ERR(vlan_grp); in esw_acl_egress_vlan_grp_create()124 vport->egress.vlan_grp = vlan_grp; in esw_acl_egress_vlan_grp_create()133 if (!IS_ERR_OR_NULL(vport->egress.vlan_grp)) { in esw_acl_egress_vlan_grp_destroy()134 mlx5_destroy_flow_group(vport->egress.vlan_grp); in esw_acl_egress_vlan_grp_destroy()135 vport->egress.vlan_grp = NULL; in esw_acl_egress_vlan_grp_destroy()
135 struct mlx5_flow_group *vlan_grp; member