Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c449 struct mlx5_flow_group *fwd_fg, *qinq_fg, *vlan_fg, *filter_fg; in mlx5_esw_bridge_port_mcast_fgs_init() local
458 vlan_fg = mlx5_esw_bridge_mcast_vlan_fg_create(esw, mcast_ft); in mlx5_esw_bridge_port_mcast_fgs_init()
459 if (IS_ERR(vlan_fg)) { in mlx5_esw_bridge_port_mcast_fgs_init()
460 err = PTR_ERR(vlan_fg); in mlx5_esw_bridge_port_mcast_fgs_init()
477 port->mcast.vlan_fg = vlan_fg; in mlx5_esw_bridge_port_mcast_fgs_init()
486 mlx5_destroy_flow_group(vlan_fg); in mlx5_esw_bridge_port_mcast_fgs_init()
500 if (port->mcast.vlan_fg) in mlx5_esw_bridge_port_mcast_fgs_cleanup()
501 mlx5_destroy_flow_group(port->mcast.vlan_fg); in mlx5_esw_bridge_port_mcast_fgs_cleanup()
502 port->mcast.vlan_fg = NULL; in mlx5_esw_bridge_port_mcast_fgs_cleanup()
H A Dbridge_priv.h189 struct mlx5_flow_group *vlan_fg; member