Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1593 u8 mlx5_wol_mode; in mlx5e_get_wol() local
1602 err = mlx5_query_port_wol(mdev, &mlx5_wol_mode); in mlx5e_get_wol()
1606 wol->wolopts = mlx5e_reformat_wol_mode_mlx5_to_linux(mlx5_wol_mode); in mlx5e_get_wol()
1614 u32 mlx5_wol_mode; in mlx5e_set_wol() local
1622 mlx5_wol_mode = mlx5e_reformat_wol_mode_linux_to_mlx5(wol->wolopts); in mlx5e_set_wol()
1624 return mlx5_set_port_wol(mdev, mlx5_wol_mode); in mlx5e_set_wol()
/linux-6.1.9/include/linux/mlx5/
Ddevice.h1143 enum mlx5_wol_mode { enum