Home | History | Annotate | Download | only in src

Lines Matching refs:wol

56 	struct ethtool_wolinfo wol;
79 memset(&wol, 0, sizeof(wol));
81 wol.cmd = ETHTOOL_GWOL;
82 ifr.ifr_data = (caddr_t)&wol;
84 wol.cmd = ETHTOOL_SWOL;
85 wol.wolopts = 0;
97 struct ethtool_wolinfo wol;
120 memset(&wol, 0, sizeof(wol));
122 wol.cmd = ETHTOOL_GWOL;
123 ifr.ifr_data = (caddr_t)&wol;
126 if (wol.wolopts) {
129 " ethtool -s eth0 wol d \n"