Searched refs:wol_events (Results 1 – 1 of 1) sorted by relevance
289 __le16 wol_events; member1116 if (tp->wol_events & TYPHOON_WAKE_LINK_EVENT) in typhoon_get_wol()1118 if (tp->wol_events & TYPHOON_WAKE_MAGIC_PKT) in typhoon_get_wol()1131 tp->wol_events = 0; in typhoon_set_wol()1133 tp->wol_events |= TYPHOON_WAKE_LINK_EVENT; in typhoon_set_wol()1135 tp->wol_events |= TYPHOON_WAKE_MAGIC_PKT; in typhoon_set_wol()2169 if (tp->wol_events & TYPHOON_WAKE_MAGIC_PKT) in typhoon_suspend()2202 if (typhoon_sleep_early(tp, tp->wol_events) < 0) { in typhoon_suspend()