Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
H A Dport.h209 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c839 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) in mlx5_set_port_wol() function
848 EXPORT_SYMBOL_GPL(mlx5_set_port_wol);
H A Den_ethtool.c1815 return mlx5_set_port_wol(mdev, mlx5_wol_mode); in mlx5e_set_wol()