Lines Matching refs:enable_wol
630 enable_wol:1, /* Wake-on-LAN is enabled */
637 * no additional locking is required for the enable_wol and acpi_set_WOL()
791 static int enable_wol[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 };
812 module_param_array(enable_wol, int, NULL, 0);
828 MODULE_PARM_DESC(enable_wol, "3c59x: Turn on Wake-on-LAN for adapter(s) (0-1)");
829 MODULE_PARM_DESC(global_enable_wol, "3c59x: same as enable_wol, but applies to all NICs if enable_wol is unset");
1147 vp->enable_wol = 1;
1239 vp->enable_wol = 1;
1246 if (enable_wol[card_idx] > 0)
1247 vp->enable_wol = 1;
2984 if (vp->enable_wol)
2999 vp->enable_wol = 1;
3001 vp->enable_wol = 0;
3229 device_set_wakeup_enable(vp->gendev, vp->enable_wol);
3231 if (vp->enable_wol) {
3241 vp->enable_wol = 0;