Home
last modified time | relevance | path

Searched refs:WAKE_MAGIC (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/include/linux/
Dethtool.h462 #define WAKE_MAGIC (1 << 5) macro
/linux-2.4.37.9/drivers/net/e100/
De100_config.c512 if (bdp->wolopts & WAKE_MAGIC) { in e100_config_wol()
De100_main.c695 bdp->wolsupported = WAKE_PHY | WAKE_MAGIC; in e100_found1()
703 bdp->wolopts = WAKE_MAGIC; in e100_found1()
/linux-2.4.37.9/drivers/net/
Damd8111e.c1487 wol_info.supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_ethtool_ioctl()
1490 wol_info.wolopts = WAKE_MAGIC; in amd8111e_ethtool_ioctl()
1501 if (wol_info.wolopts & ~(WAKE_MAGIC |WAKE_PHY)) in amd8111e_ethtool_ioctl()
1504 if(wol_info.wolopts & WAKE_MAGIC) in amd8111e_ethtool_ioctl()
D8139too.c2206 wol->supported = WAKE_PHY | WAKE_MAGIC in rtl8139_get_wol()
2213 wol->wolopts |= WAKE_MAGIC; in rtl8139_get_wol()
2238 ? (WAKE_PHY | WAKE_MAGIC in rtl8139_set_wol()
2248 if (wol->wolopts & WAKE_MAGIC) in rtl8139_set_wol()
D8139cp.c1295 if (wol->wolopts & WAKE_MAGIC) options |= MagicPacket; in netdev_set_wol()
1325 wol->supported = WAKE_PHY | WAKE_BCAST | WAKE_MAGIC | in netdev_get_wol()
1332 if (options & MagicPacket) wol->wolopts |= WAKE_MAGIC; in netdev_get_wol()
Dnatsemi.c2146 if (newval & WAKE_MAGIC) in netdev_set_wol()
2165 | WAKE_ARP | WAKE_MAGIC); in netdev_get_wol()
2185 *cur |= WAKE_MAGIC; in netdev_get_wol()
Dforcedeth.c1997 wolinfo->supported = WAKE_MAGIC; in nv_get_wol()
2001 wolinfo->wolopts = WAKE_MAGIC; in nv_get_wol()
2015 if (wolinfo->wolopts & WAKE_MAGIC) { in nv_set_wol()
Dtyphoon.c1211 wol.wolopts |= WAKE_MAGIC; in typhoon_ethtool_ioctl()
1224 if(wol.wolopts & WAKE_MAGIC) in typhoon_ethtool_ioctl()
Dtg3.c6992 wol->supported = WAKE_MAGIC; in tg3_get_wol()
6995 wol->wolopts = WAKE_MAGIC; in tg3_get_wol()
7003 if (wol->wolopts & ~WAKE_MAGIC) in tg3_set_wol()
7005 if ((wol->wolopts & WAKE_MAGIC) && in tg3_set_wol()
7011 if (wol->wolopts & WAKE_MAGIC) in tg3_set_wol()
/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c1753 WAKE_BCAST | WAKE_MAGIC; in e1000_get_wol()
1782 wol->wolopts |= WAKE_MAGIC; in e1000_get_wol()
1820 if (wol->wolopts & WAKE_MAGIC) in e1000_set_wol()