Searched refs:wol_events (Results 1 – 1 of 1) sorted by relevance
284 __le16 wol_events; member1111 if (tp->wol_events & TYPHOON_WAKE_LINK_EVENT) in typhoon_get_wol()1113 if (tp->wol_events & TYPHOON_WAKE_MAGIC_PKT) in typhoon_get_wol()1126 tp->wol_events = 0; in typhoon_set_wol()1128 tp->wol_events |= TYPHOON_WAKE_LINK_EVENT; in typhoon_set_wol()1130 tp->wol_events |= TYPHOON_WAKE_MAGIC_PKT; in typhoon_set_wol()2166 if (tp->wol_events & TYPHOON_WAKE_MAGIC_PKT) in typhoon_suspend()2199 if (typhoon_sleep_early(tp, tp->wol_events) < 0) { in typhoon_suspend()