Home
last modified time | relevance | path

Searched refs:enable_wol (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/3com/
A D3c59x.c630 enable_wol:1, /* Wake-on-LAN is enabled */ member
812 module_param_array(enable_wol, int, NULL, 0);
1148 vp->enable_wol = 1; in vortex_probe1()
1240 vp->enable_wol = 1; in vortex_probe1()
1247 if (enable_wol[card_idx] > 0) in vortex_probe1()
1248 vp->enable_wol = 1; in vortex_probe1()
2986 if (vp->enable_wol) in vortex_get_wol()
3001 vp->enable_wol = 1; in vortex_set_wol()
3003 vp->enable_wol = 0; in vortex_set_wol()
3233 if (vp->enable_wol) { in acpi_set_WOL()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/3com/
A Dvortex.rst238 enable_wol=N1,N2,N3,...
248 Sets enable_wol mode for all 3c59x NICs in the machine. Entries in
249 the ``enable_wol`` array above will override any setting of this.
/linux/drivers/staging/qlge/
A Dqlge_mpi.c860 int qlge_mb_wol_set_magic(struct qlge_adapter *qdev, u32 enable_wol) in qlge_mb_wol_set_magic() argument
873 if (enable_wol) { in qlge_mb_wol_set_magic()
A Dqlge.h2276 int qlge_mb_wol_set_magic(struct qlge_adapter *qdev, u32 enable_wol);

Completed in 27 milliseconds