Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c283 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1338 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1341 if (wol->wolopts & WAKE_UCAST) options |= UWF; in netdev_set_wol()
1371 if (options & UWF) wol->wolopts |= WAKE_UCAST; in netdev_get_wol()
Dr8169.c479 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1445 if (options & UWF) in __rtl8169_get_wol()
1474 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol()