Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c676 struct mlx5_flow_handle *filter_handle, *fwd_handle; in mlx5_esw_bridge_port_mcast_fhs_init() local
682 filter_handle = (port->flags & MLX5_ESW_BRIDGE_PORT_FLAG_PEER) ? in mlx5_esw_bridge_port_mcast_fhs_init()
685 if (IS_ERR(filter_handle)) in mlx5_esw_bridge_port_mcast_fhs_init()
686 return PTR_ERR(filter_handle); in mlx5_esw_bridge_port_mcast_fhs_init()
702 port->mcast.filter_handle = filter_handle; in mlx5_esw_bridge_port_mcast_fhs_init()
716 mlx5_del_flow_rules(filter_handle); in mlx5_esw_bridge_port_mcast_fhs_init()
731 if (port->mcast.filter_handle) in mlx5_esw_bridge_port_mcast_fhs_cleanup()
732 mlx5_del_flow_rules(port->mcast.filter_handle); in mlx5_esw_bridge_port_mcast_fhs_cleanup()
733 port->mcast.filter_handle = NULL; in mlx5_esw_bridge_port_mcast_fhs_cleanup()
H A Dbridge_priv.h157 struct mlx5_flow_handle *filter_handle; member
193 struct mlx5_flow_handle *filter_handle; member