Home
last modified time | relevance | path

Searched refs:mlx5e_rep_bridge_cleanup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.h12 void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv);
17 static inline void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv) {} in mlx5e_rep_bridge_cleanup() function
H A Dbridge.c580 void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv) in mlx5e_rep_bridge_cleanup() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1310 mlx5e_rep_bridge_cleanup(priv); in mlx5e_uplink_rep_disable()