/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | mxl-gpy.c | 826 .set_wol = gpy_set_wol, 844 .set_wol = gpy_set_wol, 861 .set_wol = gpy_set_wol, 879 .set_wol = gpy_set_wol, 896 .set_wol = gpy_set_wol, 914 .set_wol = gpy_set_wol, 931 .set_wol = gpy_set_wol, 949 .set_wol = gpy_set_wol, 966 .set_wol = gpy_set_wol, 983 .set_wol [all...] |
H A D | dp83822.c | 609 .set_wol = dp83822_set_wol, \ 624 .set_wol = dp83822_set_wol, \
|
H A D | smsc.c | 792 .set_wol = lan874x_set_wol, 829 .set_wol = lan874x_set_wol,
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | wol.c | 123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol() 157 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | wol.c | 101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 137 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 206 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 245 .set_wol = efx_ethtool_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 264 .set_wol = efx_ethtool_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 264 .set_wol = efx_ethtool_set_wol,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | ethtool.c | 69 .set_wol = mwifiex_ethtool_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_ethtool.c | 51 .set_wol = ngbe_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | ethtool.c | 57 .set_wol = mwifiex_ethtool_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/phy/mscc/ |
H A D | mscc_main.c | 2354 .set_wol = &vsc85xx_wol_set, 2378 .set_wol = &vsc85xx_wol_set, 2403 .set_wol = &vsc85xx_wol_set, 2426 .set_wol = &vsc85xx_wol_set, 2450 .set_wol = &vsc85xx_wol_set, 2474 .set_wol = &vsc85xx_wol_set, 2498 .set_wol = &vsc85xx_wol_set, 2522 .set_wol = &vsc85xx_wol_set, 2546 .set_wol = &vsc85xx_wol_set, 2593 .set_wol [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | ethtool.c | 116 .set_wol = lbs_ethtool_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
/kernel/linux/linux-5.10/drivers/net/phy/mscc/ |
H A D | mscc_main.c | 2230 .set_wol = &vsc85xx_wol_set, 2256 .set_wol = &vsc85xx_wol_set, 2279 .set_wol = &vsc85xx_wol_set, 2303 .set_wol = &vsc85xx_wol_set, 2327 .set_wol = &vsc85xx_wol_set, 2351 .set_wol = &vsc85xx_wol_set, 2375 .set_wol = &vsc85xx_wol_set, 2400 .set_wol = &vsc85xx_wol_set, 2450 .set_wol = &vsc85xx_wol_set, 2476 .set_wol [all...] |
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83822.c | 576 .set_wol = dp83822_set_wol, \ 591 .set_wol = dp83822_set_wol, \
|
H A D | at803x.c | 1059 .set_wol = at803x_set_wol, 1080 .set_wol = at803x_set_wol, 1096 .set_wol = at803x_set_wol,
|
H A D | microchip.c | 380 .set_wol = lan88xx_set_wol,
|
H A D | dp83tc811.c | 345 .set_wol = dp83811_set_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 394 .set_wol = uec_set_wol,
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | ax88172a.c | 136 .set_wol = asix_set_wol,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ethtool.h | 271 * @set_wol: Turn Wake-on-Lan on or off. Returns a negative error code 423 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 398 .set_wol = uec_set_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|