Searched refs:UWF (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 283 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 D | r8169_main.c | 431 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator 1378 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 283 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 D | r8169_main.c | 425 UWF = (1 << 4), /* Accept Unicast wakeup frame */ enumerator 1413 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol()
|
Completed in 32 milliseconds