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

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c445 int mlx5_set_wol(struct mlx5_core_dev *dev, u8 wol_mode) argument
455 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode);
728 int mlx5_query_wol(struct mlx5_core_dev *dev, u8 *wol_mode) argument
742 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode);
/freebsd-10-stable/sys/dev/mlx5/
H A Ddriver.h961 int mlx5_set_wol(struct mlx5_core_dev *dev, u8 wol_mode);
962 int mlx5_query_wol(struct mlx5_core_dev *dev, u8 *wol_mode);
H A Dmlx5_ifc.h2947 u8 wol_mode[0x8]; member in struct:mlx5_ifc_icmd_set_wol_rol_out_bits
2957 u8 wol_mode[0x8]; member in struct:mlx5_ifc_icmd_set_wol_rol_in_bits
3266 u8 wol_mode[0x8]; member in struct:mlx5_ifc_set_wol_rol_in_bits
3719 u8 wol_mode[0x8]; member in struct:mlx5_ifc_query_wol_rol_out_bits

Completed in 405 milliseconds