xref: /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright (c) 2018 Mellanox Technologies. All rights reserved */
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#include <linux/netdevice.h>
562306a36Sopenharmony_ci
662306a36Sopenharmony_cistruct mlxsw_sp_bridge;
762306a36Sopenharmony_cistruct mlxsw_sp_bridge_port;
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistruct mlxsw_sp_bridge_port *
1062306a36Sopenharmony_cimlxsw_sp_bridge_port_find(struct mlxsw_sp_bridge *bridge,
1162306a36Sopenharmony_ci			  struct net_device *brport_dev);
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciu8 mlxsw_sp_bridge_port_stp_state(struct mlxsw_sp_bridge_port *bridge_port);
14

Indexes created Thu Nov 07 10:32:03 CST 2024