Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
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
Dbridge.c554 void mlx5e_rep_bridge_cleanup(struct mlx5e_priv *priv) in mlx5e_rep_bridge_cleanup() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1164 mlx5e_rep_bridge_cleanup(priv); in mlx5e_uplink_rep_disable()