Searched refs:wol_mode (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | port.h | 193 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode); 194 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
|
H A D | mlx5_ifc.h | 9487 u8 wol_mode[0x8]; member 9522 u8 wol_mode[0x8]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | port.h | 207 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode); 208 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
|
H A D | mlx5_ifc.h | 10513 u8 wol_mode[0x8]; member 10548 u8 wol_mode[0x8]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 810 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) in mlx5_set_port_wol() argument 816 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode); in mlx5_set_port_wol() 821 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode) in mlx5_query_port_wol() argument 830 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode); in mlx5_query_port_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 837 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode) in mlx5_set_port_wol() argument 843 MLX5_SET(set_wol_rol_in, in, wol_mode, wol_mode); in mlx5_set_port_wol() 848 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode) in mlx5_query_port_wol() argument 857 *wol_mode = MLX5_GET(query_wol_rol_out, out, wol_mode); in mlx5_query_port_wol()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 248 u8 wol_mode; /* user WOL settings */ member 455 db->wol_mode = 0; in dmfe_init_one() 1091 db->wol_mode = wolinfo->wolopts; in dmfe_ethtool_set_wol() 1101 wolinfo->wolopts = db->wol_mode; in dmfe_ethtool_get_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 248 u8 wol_mode; /* user WOL settings */ member 455 db->wol_mode = 0; in dmfe_init_one() 1090 db->wol_mode = wolinfo->wolopts; in dmfe_ethtool_set_wol() 1100 wolinfo->wolopts = db->wol_mode; in dmfe_ethtool_get_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 11564 u32 wol_mode; in hclge_set_wol() local 11567 wol_mode = wol->wolopts; in hclge_set_wol() 11568 if (wol_mode & ~wol_info->wol_support_mode) in hclge_set_wol() 11571 wol_info->wol_current_mode = wol_mode; in hclge_set_wol() 11572 if (wol_mode & WAKE_MAGICSECURE) { in hclge_set_wol()
|
Completed in 83 milliseconds