Lines Matching refs:wol
200 struct ethtool_wolinfo *wol) in pch_gbe_get_wol() argument
204 wol->supported = WAKE_UCAST | WAKE_MCAST | WAKE_BCAST | WAKE_MAGIC; in pch_gbe_get_wol()
205 wol->wolopts = 0; in pch_gbe_get_wol()
208 wol->wolopts |= WAKE_UCAST; in pch_gbe_get_wol()
210 wol->wolopts |= WAKE_MCAST; in pch_gbe_get_wol()
212 wol->wolopts |= WAKE_BCAST; in pch_gbe_get_wol()
214 wol->wolopts |= WAKE_MAGIC; in pch_gbe_get_wol()
226 struct ethtool_wolinfo *wol) in pch_gbe_set_wol() argument
230 if ((wol->wolopts & (WAKE_PHY | WAKE_ARP | WAKE_MAGICSECURE))) in pch_gbe_set_wol()
235 if ((wol->wolopts & WAKE_UCAST)) in pch_gbe_set_wol()
237 if ((wol->wolopts & WAKE_MCAST)) in pch_gbe_set_wol()
239 if ((wol->wolopts & WAKE_BCAST)) in pch_gbe_set_wol()
241 if ((wol->wolopts & WAKE_MAGIC)) in pch_gbe_set_wol()