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

/linux-master/include/linux/mlx5/
H A Dport.h208 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode);
209 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
H A Dmlx5_ifc.h10624 u8 wol_mode[0x8]; member in struct:mlx5_ifc_query_wol_rol_out_bits
10659 u8 wol_mode[0x8]; member in struct:mlx5_ifc_set_wol_rol_in_bits
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c837 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) argument
843 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode);
848 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode) argument
857 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c248 u8 wol_mode; /* user WOL settings */ member in struct:dmfe_board_info
455 db->wol_mode = 0;
1090 db->wol_mode = wolinfo->wolopts;
1100 wolinfo->wolopts = db->wol_mode;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11576 u32 wol_mode; local
11579 wol_mode = wol->wolopts;
11580 if (wol_mode & ~wol_info->wol_support_mode)
11583 wol_info->wol_current_mode = wol_mode;
11584 if (wol_mode & WAKE_MAGICSECURE) {

Completed in 259 milliseconds