Home
last modified time | relevance | path

Searched refs:mlx5_wol_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1784 u8 mlx5_wol_mode; in mlx5e_get_wol() local
1793 err = mlx5_query_port_wol(mdev, &mlx5_wol_mode); in mlx5e_get_wol()
1797 wol->wolopts = mlx5e_reformat_wol_mode_mlx5_to_linux(mlx5_wol_mode); in mlx5e_get_wol()
1805 u32 mlx5_wol_mode; in mlx5e_set_wol() local
1813 mlx5_wol_mode = mlx5e_reformat_wol_mode_linux_to_mlx5(wol->wolopts); in mlx5e_set_wol()
1815 return mlx5_set_port_wol(mdev, mlx5_wol_mode); in mlx5e_set_wol()
/linux-6.12.1/include/linux/mlx5/
Ddevice.h1190 enum mlx5_wol_mode { enum