Home
last modified time | relevance | path

Searched refs:wol_mode (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dport.h177 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode);
178 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
Dmlx5_ifc.h8455 u8 wol_mode[0x8]; member
8490 u8 wol_mode[0x8]; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c846 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) in mlx5_set_port_wol() argument
853 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode); in mlx5_set_port_wol()
858 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode) in mlx5_query_port_wol() argument
867 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode); in mlx5_query_port_wol()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Ddmfe.c258 u8 wol_mode; /* user WOL settings */ member
470 db->wol_mode = 0; in dmfe_init_one()
1105 db->wol_mode = wolinfo->wolopts; in dmfe_ethtool_set_wol()
1115 wolinfo->wolopts = db->wol_mode; in dmfe_ethtool_get_wol()
2129 if (db->wol_mode & WAKE_PHY) in dmfe_suspend()
2131 if (db->wol_mode & WAKE_MAGIC) in dmfe_suspend()