Searched refs:MWF (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 282 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator 1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol() 1348 if (wol->wolopts & WAKE_MCAST) options |= MWF; in netdev_set_wol() 1378 if (options & MWF) wol->wolopts |= WAKE_MCAST; in netdev_get_wol()
|
H A D | r8169_main.c | 430 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator 1380 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 282 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator 1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol() 1348 if (wol->wolopts & WAKE_MCAST) options |= MWF; in netdev_set_wol() 1378 if (options & MWF) wol->wolopts |= WAKE_MCAST; in netdev_get_wol()
|
H A D | r8169_main.c | 424 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator 1415 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol()
|
Completed in 22 milliseconds