Searched refs:allow_untagged_only_grp (Results 1 – 2 of 2) sorted by relevance
65 vport->ingress.legacy.allow_untagged_only_grp = g; in esw_acl_ingress_lgcy_groups_create()105 if (!IS_ERR_OR_NULL(vport->ingress.legacy.allow_untagged_only_grp)) { in esw_acl_ingress_lgcy_groups_create()106 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_only_grp); in esw_acl_ingress_lgcy_groups_create()107 vport->ingress.legacy.allow_untagged_only_grp = NULL; in esw_acl_ingress_lgcy_groups_create()125 if (vport->ingress.legacy.allow_untagged_only_grp) { in esw_acl_ingress_lgcy_groups_destroy()126 mlx5_destroy_flow_group(vport->ingress.legacy.allow_untagged_only_grp); in esw_acl_ingress_lgcy_groups_destroy()127 vport->ingress.legacy.allow_untagged_only_grp = NULL; in esw_acl_ingress_lgcy_groups_destroy()
104 struct mlx5_flow_group *allow_untagged_only_grp; member