Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
0002 /* Copyright (c) 2018 Mellanox Technologies. All rights reserved */
0003 
0004 #include <linux/netdevice.h>
0005 
0006 struct mlxsw_sp_bridge;
0007 struct mlxsw_sp_bridge_port;
0008 
0009 struct mlxsw_sp_bridge_port *
0010 mlxsw_sp_bridge_port_find(struct mlxsw_sp_bridge *bridge,
0011               struct net_device *brport_dev);
0012 
0013 u8 mlxsw_sp_bridge_port_stp_state(struct mlxsw_sp_bridge_port *bridge_port);