Searched refs:BWF (Results 1 – 2 of 2) sorted by relevance
280 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator1344 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol()1348 if (wol->wolopts & WAKE_BCAST) options |= BWF; in netdev_set_wol()1378 if (options & BWF) wol->wolopts |= WAKE_BCAST; in netdev_get_wol()
591 BWF = (1 << 6), /* Accept Broadcast wakeup frame */ enumerator1729 if (options & BWF) in __rtl8169_get_wol()1760 { WAKE_BCAST, Config5, BWF }, 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()