Searched refs:wol_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c474 int mlx5_set_wol(struct mlx5_core_dev *dev, u8 wol_mode) argument
481 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode);
774 int mlx5_query_wol(struct mlx5_core_dev *dev, u8 *wol_mode) argument
785 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h1069 int mlx5_set_wol(struct mlx5_core_dev *dev, u8 wol_mode);
1072 int mlx5_query_wol(struct mlx5_core_dev *dev, u8 *wol_mode);
H A Dmlx5_ifc.h3129 u8 wol_mode[0x8]; member in struct:mlx5_ifc_icmd_set_wol_rol_out_bits
3139 u8 wol_mode[0x8]; member in struct:mlx5_ifc_icmd_set_wol_rol_in_bits
3456 u8 wol_mode[0x8]; member in struct:mlx5_ifc_set_wol_rol_in_bits
3909 u8 wol_mode[0x8]; member in struct:mlx5_ifc_query_wol_rol_out_bits

Completed in 166 milliseconds