Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c282 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 Dr8169_main.c443 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator
1595 r8169_mod_reg8_cond(tp, Config5, MWF, wolopts & WAKE_MCAST); in __rtl8169_set_wol()