Searched refs:wolinfo (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dspider_net_ethtool.c84 struct ethtool_wolinfo *wolinfo)
87 wolinfo->supported = 0;
88 wolinfo->wolopts = 0;
83 spider_net_ethtool_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wolinfo) argument
H A Dsc92031.c1262 struct ethtool_wolinfo *wolinfo)
1272 wolinfo->supported = WAKE_PHY | WAKE_MAGIC
1274 wolinfo->wolopts = 0;
1277 wolinfo->wolopts |= WAKE_PHY;
1280 wolinfo->wolopts |= WAKE_MAGIC;
1283 wolinfo->wolopts |= WAKE_UCAST | WAKE_MCAST | WAKE_BCAST;
1287 struct ethtool_wolinfo *wolinfo)
1298 if (wolinfo->wolopts & WAKE_PHY)
1301 if (wolinfo->wolopts & WAKE_MAGIC)
1304 if (wolinfo
1261 sc92031_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
1286 sc92031_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
[all...]
H A Dbfin_mac.c517 struct ethtool_wolinfo *wolinfo)
521 wolinfo->supported = WAKE_MAGIC;
522 wolinfo->wolopts = lp->wol;
526 struct ethtool_wolinfo *wolinfo)
531 if (wolinfo->wolopts & (WAKE_MAGICSECURE |
538 lp->wol = wolinfo->wolopts;
516 bfin_mac_ethtool_getwol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
525 bfin_mac_ethtool_setwol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
H A Dforcedeth.c4051 static void nv_get_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
4054 wolinfo->supported = WAKE_MAGIC;
4058 wolinfo->wolopts = WAKE_MAGIC;
4062 static int nv_set_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
4068 if (wolinfo->wolopts == 0) {
4070 } else if (wolinfo->wolopts & WAKE_MAGIC) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dasix.c668 asix_get_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) argument
674 wolinfo->supported = 0;
675 wolinfo->wolopts = 0;
678 wolinfo->supported = WAKE_PHY | WAKE_MAGIC;
679 wolinfo->wolopts = 0;
682 wolinfo->wolopts |= WAKE_PHY;
684 wolinfo->wolopts |= WAKE_MAGIC;
689 asix_set_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) argument
694 if (wolinfo->wolopts & WAKE_PHY)
696 if (wolinfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtulip_core.c885 struct ethtool_wolinfo *wolinfo)
889 if (wolinfo->wolopts & (~tp->wolinfo.supported))
892 tp->wolinfo.wolopts = wolinfo->wolopts;
893 device_set_wakeup_enable(&tp->pdev->dev, tp->wolinfo.wolopts);
898 struct ethtool_wolinfo *wolinfo)
902 wolinfo->supported = tp->wolinfo.supported;
903 wolinfo
884 tulip_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
897 tulip_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
[all...]
H A Ddmfe.c1086 struct ethtool_wolinfo *wolinfo)
1090 if (wolinfo->wolopts & (WAKE_UCAST | WAKE_MCAST | WAKE_BCAST |
1094 db->wol_mode = wolinfo->wolopts;
1099 struct ethtool_wolinfo *wolinfo)
1103 wolinfo->supported = WAKE_PHY | WAKE_MAGIC;
1104 wolinfo->wolopts = db->wol_mode;
1085 dmfe_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
1098 dmfe_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) argument
H A Dtulip.h445 struct ethtool_wolinfo wolinfo; /* WOL settings */ member in struct:tulip_private

Completed in 264 milliseconds