Searched refs:LinkUp (Results 1 – 1 of 1) sorted by relevance
274 LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */ enumerator1331 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol()1334 if (wol->wolopts & WAKE_PHY) options |= LinkUp; in netdev_set_wol()1371 if (options & LinkUp) wol->wolopts |= WAKE_PHY; in netdev_get_wol()