Searched refs:BWF (Results 1 – 2 of 2) sorted by relevance
281 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator1343 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()
442 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator1594 r8169_mod_reg8_cond(tp, Config5, BWF, wolopts & WAKE_BCAST); in __rtl8169_set_wol()