Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge_mcast.c449 struct mlx5_flow_group *fwd_fg, *qinq_fg, *vlan_fg, *filter_fg; in mlx5_esw_bridge_port_mcast_fgs_init() local
470 fwd_fg = mlx5_esw_bridge_mcast_fwd_fg_create(esw, mcast_ft); in mlx5_esw_bridge_port_mcast_fgs_init()
471 if (IS_ERR(fwd_fg)) { in mlx5_esw_bridge_port_mcast_fgs_init()
472 err = PTR_ERR(fwd_fg); in mlx5_esw_bridge_port_mcast_fgs_init()
479 port->mcast.fwd_fg = fwd_fg; in mlx5_esw_bridge_port_mcast_fgs_init()
494 if (port->mcast.fwd_fg) in mlx5_esw_bridge_port_mcast_fgs_cleanup()
495 mlx5_destroy_flow_group(port->mcast.fwd_fg); in mlx5_esw_bridge_port_mcast_fgs_cleanup()
496 port->mcast.fwd_fg = NULL; in mlx5_esw_bridge_port_mcast_fgs_cleanup()
Dbridge_priv.h191 struct mlx5_flow_group *fwd_fg; member