Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mlx5/
Dport.h202 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c871 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode) in mlx5_query_port_wol() function
884 EXPORT_SYMBOL_GPL(mlx5_query_port_wol);
Den_ethtool.c1603 err = mlx5_query_port_wol(mdev, &mlx5_wol_mode); in mlx5e_get_wol()