Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c1554 u8 mlx5_wol_mode; in mlx5e_get_wol() local
1563 err = mlx5_query_port_wol(mdev, &mlx5_wol_mode); in mlx5e_get_wol()
1567 wol->wolopts = mlx5e_reformat_wol_mode_mlx5_to_linux(mlx5_wol_mode); in mlx5e_get_wol()
1575 u32 mlx5_wol_mode; in mlx5e_set_wol() local
1583 mlx5_wol_mode = mlx5e_reformat_wol_mode_linux_to_mlx5(wol->wolopts); in mlx5e_set_wol()
1585 return mlx5_set_port_wol(mdev, mlx5_wol_mode); in mlx5e_set_wol()
/linux/include/linux/mlx5/
A Ddevice.h1144 enum mlx5_wol_mode { enum

Completed in 16 milliseconds