Searched refs:UWF (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139cp.c292 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator in enum:__anon12415
1313 options = cpr8 (Config5) & ~(UWF | MWF | BWF);
1316 if (wol->wolopts & WAKE_UCAST) options |= UWF;
1346 if (options & UWF) wol->wolopts |= WAKE_UCAST;
H A Dr8169.c349 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator in enum:rtl_register_content
795 if (options & UWF)
829 { WAKE_UCAST, Config5, UWF },
3147 if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0)

Completed in 122 milliseconds