Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/realtek/
D8139cp.c281 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator
1344 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1349 if (wol->wolopts & WAKE_MCAST) options |= MWF; in netdev_set_wol()
1379 if (options & MWF) wol->wolopts |= WAKE_MCAST; in netdev_get_wol()
Dr8169.c592 MWF = (1 << 5), /* Accept Multicast wakeup frame */ enumerator
1731 if (options & MWF) in __rtl8169_get_wol()
1761 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol()
8183 RTL_W8(Config5, RTL_R8(Config5) & (BWF | MWF | UWF | LanWake | PMEStatus)); in rtl_init_one()
8212 if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0) in rtl_init_one()