Home
last modified time | relevance | path

Searched refs:UWF (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A D8139cp.c283 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1346 if (wol->wolopts & WAKE_UCAST) options |= UWF; in netdev_set_wol()
1376 if (options & UWF) wol->wolopts |= WAKE_UCAST; in netdev_get_wol()
H A Dr8169_main.c431 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1376 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1206 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
H A Dr8168_n.c4704 if (options & UWF) in rtl8168_get_hw_wol()
4728 { WAKE_UCAST, Config5, UWF }, in rtl8168_set_hw_wol()