Lines Matching full:wol
82 /* WoL */
586 struct ethtool_wolinfo *wol) in gpy_set_wol() argument
591 if (wol->wolopts & WAKE_MAGIC) { in gpy_set_wol()
618 /* Enable the WOL interrupt */ in gpy_set_wol()
631 * Only WoL is enabled so clear all. in gpy_set_wol()
645 if (wol->wolopts & WAKE_PHY) { in gpy_set_wol()
667 struct ethtool_wolinfo *wol) in gpy_get_wol() argument
671 wol->supported = WAKE_MAGIC | WAKE_PHY; in gpy_get_wol()
672 wol->wolopts = 0; in gpy_get_wol()
676 wol->wolopts |= WAKE_MAGIC; in gpy_get_wol()
680 wol->wolopts |= WAKE_PHY; in gpy_get_wol()