Searched refs:enable_wol (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 630 enable_wol:1, /* Wake-on-LAN is enabled */ member 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 }; 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)"); 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; in vortex_probe1() 1239 vp->enable_wol = 1; in vortex_probe1() 1246 if (enable_wol[card_id in vortex_probe1() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 630 enable_wol:1, /* Wake-on-LAN is enabled */ member 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 }; 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)"); 829 MODULE_PARM_DESC(global_enable_wol, "3c59x: same as enable_wol, but applies to all NICs if enable_wol is unset"); 1148 vp->enable_wol = 1; in vortex_probe1() 1240 vp->enable_wol = 1; in vortex_probe1() 1247 if (enable_wol[card_id in vortex_probe1() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.h | 373 void (*enable_wol)(struct bcmasp_intf *intf, bool en); member 391 void (*enable_wol)(struct bcmasp_intf *intf, bool en); member
|
H A D | bcmasp.c | 1179 .enable_wol = bcmasp_enable_wol_per_intf, 1195 .enable_wol = bcmasp_enable_wol_shared, 1269 priv->enable_wol = pdata->enable_wol; in bcmasp_probe()
|
H A D | bcmasp_ethtool.c | 218 priv->enable_wol(intf, !!intf->wolopts); in bcmasp_set_wol()
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
H A D | qlge_mpi.c | 860 int ql_mb_wol_set_magic(struct ql_adapter *qdev, u32 enable_wol) in ql_mb_wol_set_magic() argument 873 if (enable_wol) { in ql_mb_wol_set_magic()
|
H A D | qlge.h | 2266 int ql_mb_wol_set_magic(struct ql_adapter *qdev, u32 enable_wol);
|
/kernel/linux/linux-6.6/drivers/staging/qlge/ |
H A D | qlge_mpi.c | 860 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()
|
H A D | qlge.h | 2277 int qlge_mb_wol_set_magic(struct qlge_adapter *qdev, u32 enable_wol);
|
Completed in 28 milliseconds