Searched refs:wol_info (Results 1 – 2 of 2) sorted by relevance
1418 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_get_wol() argument1421 wol_info->supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_get_wol()1423 wol_info->wolopts = WAKE_MAGIC; in amd8111e_get_wol()1426 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_set_wol() argument1429 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY)) in amd8111e_set_wol()1432 if (wol_info->wolopts & WAKE_MAGIC) in amd8111e_set_wol()1435 else if (wol_info->wolopts & WAKE_PHY) in amd8111e_set_wol()
719 u32 wol_info; member