Searched refs:enable_wol (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/3com/ |
| D | 3c59x.c | 630 enable_wol:1, /* Wake-on-LAN is enabled */ member 791 static int enable_wol[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 }; variable 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)"); 1147 vp->enable_wol = 1; in vortex_probe1() 1239 vp->enable_wol = 1; in vortex_probe1() 1246 if (enable_wol[card_idx] > 0) in vortex_probe1() 1247 vp->enable_wol = 1; in vortex_probe1() 2984 if (vp->enable_wol) in vortex_get_wol() 2999 vp->enable_wol = 1; in vortex_set_wol() [all …]
|
| /Linux-v5.4/Documentation/networking/device_drivers/3com/ |
| D | vortex.txt | 227 enable_wol=N1,N2,N3,... 237 Sets enable_wol mode for all 3c59x NICs in the machine. Entries in 238 the `enable_wol' array above will override any setting of this.
|
| /Linux-v5.4/drivers/staging/qlge/ |
| D | qlge_mpi.c | 865 int ql_mb_wol_set_magic(struct ql_adapter *qdev, u32 enable_wol) in ql_mb_wol_set_magic() argument 878 if (enable_wol) { in ql_mb_wol_set_magic()
|
| D | qlge.h | 2255 int ql_mb_wol_set_magic(struct ql_adapter *qdev, u32 enable_wol);
|