Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c281 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator
1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()
1347 if (wol->wolopts & WAKE_BCAST) options |= BWF; in netdev_set_wol()
1377 if (options & BWF) wol->wolopts |= WAKE_BCAST; in netdev_get_wol()
H A Dr8169_main.c435 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator
1582 { WAKE_BCAST, Config5, BWF }, in __rtl8169_set_wol()