mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 00:15:51 +07:00
9948a0641a
Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
411 B
C
14 lines
411 B
C
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
|
|
/* Copyright (c) 2018 Mellanox Technologies. All rights reserved */
|
|
|
|
#include <linux/netdevice.h>
|
|
|
|
struct mlxsw_sp_bridge;
|
|
struct mlxsw_sp_bridge_port;
|
|
|
|
struct mlxsw_sp_bridge_port *
|
|
mlxsw_sp_bridge_port_find(struct mlxsw_sp_bridge *bridge,
|
|
struct net_device *brport_dev);
|
|
|
|
u8 mlxsw_sp_bridge_port_stp_state(struct mlxsw_sp_bridge_port *bridge_port);
|