Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
A Dhelper.c97 struct mlx5_flow_group *vlan_grp; in esw_acl_egress_vlan_grp_create() local
115 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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch.h129 struct mlx5_flow_group *vlan_grp; member

Completed in 6 milliseconds