Searched refs:mlx5_wol_mode (Results 1 – 2 of 2) sorted by relevance
1554 u8 mlx5_wol_mode; in mlx5e_get_wol() local1563 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() local1583 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()
1144 enum mlx5_wol_mode { enum
Completed in 16 milliseconds