spectrum_switchdev.h 411 B

12345678910111213
  1. /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
  2. /* Copyright (c) 2018 Mellanox Technologies. All rights reserved */
  3. #include <linux/netdevice.h>
  4. struct mlxsw_sp_bridge;
  5. struct mlxsw_sp_bridge_port;
  6. struct mlxsw_sp_bridge_port *
  7. mlxsw_sp_bridge_port_find(struct mlxsw_sp_bridge *bridge,
  8. struct net_device *brport_dev);
  9. u8 mlxsw_sp_bridge_port_stp_state(struct mlxsw_sp_bridge_port *bridge_port);