Searched refs:MagicPacket (Results 1 – 2 of 2) sorted by relevance
273 MagicPacket = (1 << 5), /* Wake up when receives a Magic Packet */ enumerator1331 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol()1335 if (wol->wolopts & WAKE_MAGIC) options |= MagicPacket; in netdev_set_wol()1372 if (options & MagicPacket) wol->wolopts |= WAKE_MAGIC; in netdev_get_wol()
123 MagicPacket = 0x00040000, // unused enumerator