Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/realtek/
D8139cp.c283 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1349 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1352 if (wol->wolopts & WAKE_UCAST) options |= UWF; in netdev_set_wol()
1382 if (options & UWF) wol->wolopts |= WAKE_UCAST; in netdev_get_wol()
Dr8169.c593 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator
1739 if (options & UWF) in __rtl8169_get_wol()
1771 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol()
8280 RTL_W8(Config5, RTL_R8(Config5) & (BWF | MWF | UWF | LanWake | PMEStatus)); in rtl_init_one()
8309 if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0) in rtl_init_one()