Lines Matching refs:wol
56 struct ethtool_wolinfo wol; in activate_WOL_suggestion() local
79 memset(&wol, 0, sizeof(wol)); in activate_WOL_suggestion()
81 wol.cmd = ETHTOOL_GWOL; in activate_WOL_suggestion()
82 ifr.ifr_data = (caddr_t)&wol; in activate_WOL_suggestion()
84 wol.cmd = ETHTOOL_SWOL; in activate_WOL_suggestion()
85 wol.wolopts = 0; in activate_WOL_suggestion()
97 struct ethtool_wolinfo wol; in suggest_WOL_off() local
120 memset(&wol, 0, sizeof(wol)); in suggest_WOL_off()
122 wol.cmd = ETHTOOL_GWOL; in suggest_WOL_off()
123 ifr.ifr_data = (caddr_t)&wol; in suggest_WOL_off()
126 if (wol.wolopts) { in suggest_WOL_off()