Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c65 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h104 struct mlx5_flow_group *allow_untagged_only_grp; member