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

/linux-4.1.27/drivers/net/ethernet/realtek/
H A D8139cp.c282 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator in enum:__anon7246
1344 options = cpr8 (Config5) & ~(UWF | MWF | BWF); netdev_set_wol()
1347 if (wol->wolopts & WAKE_UCAST) options |= UWF; netdev_set_wol()
1377 if (options & UWF) wol->wolopts |= WAKE_UCAST; netdev_get_wol()
H A Dr8169.c593 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator in enum:rtl_register_content
1727 if (options & UWF) __rtl8169_get_wol()
1759 { WAKE_UCAST, Config5, UWF }, __rtl8169_set_wol()
8183 RTL_W8(Config5, RTL_R8(Config5) & (BWF | MWF | UWF | LanWake | PMEStatus)); rtl_init_one()
8212 if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0) rtl_init_one()

Completed in 162 milliseconds