Searched refs:enable_wol (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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)"); 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() [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp.c | 1233 .enable_wol = bcmasp_enable_wol_per_intf, 1250 .enable_wol = bcmasp_enable_wol_shared, 1258 .enable_wol = bcmasp_enable_wol_shared, 1268 priv->enable_wol = pdata->enable_wol; in bcmasp_set_pdata()
|
D | bcmasp.h | 385 void (*enable_wol)(struct bcmasp_intf *intf, bool en); member 405 void (*enable_wol)(struct bcmasp_intf *intf, bool en); member
|
D | bcmasp_ethtool.c | 218 priv->enable_wol(intf, !!intf->wolopts); in bcmasp_set_wol()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/3com/ |
D | vortex.rst | 238 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.
|