/linux-6.3-rc2/drivers/net/phy/ |
A D | mxl-gpy.c | 813 .set_wol = gpy_set_wol, 831 .set_wol = gpy_set_wol, 848 .set_wol = gpy_set_wol, 866 .set_wol = gpy_set_wol, 883 .set_wol = gpy_set_wol, 901 .set_wol = gpy_set_wol, 918 .set_wol = gpy_set_wol, 936 .set_wol = gpy_set_wol, 953 .set_wol = gpy_set_wol, 970 .set_wol = gpy_set_wol, [all …]
|
A D | dp83822.c | 606 .set_wol = dp83822_set_wol, \ 621 .set_wol = dp83822_set_wol, \
|
A D | at803x.c | 2029 .set_wol = at803x_set_wol, 2050 .set_wol = at803x_set_wol, 2067 .set_wol = at803x_set_wol, 2090 .set_wol = at803x_set_wol, 2192 .set_wol = at803x_set_wol,
|
A D | microchip.c | 400 .set_wol = lan88xx_set_wol,
|
A D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
A D | motorcomm.c | 2155 .set_wol = ytphy_set_wol, 2172 .set_wol = yt8531_set_wol, 2183 .set_wol = ytphy_set_wol,
|
A D | marvell10g.c | 1354 .set_wol = mv3110_set_wol, 1393 .set_wol = mv3110_set_wol,
|
A D | phy.c | 1586 if (phydev->drv && phydev->drv->set_wol) { in phy_ethtool_set_wol() 1588 ret = phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
/linux-6.3-rc2/net/ethtool/ |
A D | wol.c | 100 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 136 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
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,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
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,
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | ethtool.c | 57 .set_wol = mwifiex_ethtool_set_wol,
|
/linux-6.3-rc2/drivers/net/phy/mscc/ |
A D | mscc_main.c | 2341 .set_wol = &vsc85xx_wol_set, 2366 .set_wol = &vsc85xx_wol_set, 2389 .set_wol = &vsc85xx_wol_set, 2413 .set_wol = &vsc85xx_wol_set, 2437 .set_wol = &vsc85xx_wol_set, 2461 .set_wol = &vsc85xx_wol_set, 2485 .set_wol = &vsc85xx_wol_set, 2509 .set_wol = &vsc85xx_wol_set, 2556 .set_wol = &vsc85xx_wol_set, 2581 .set_wol = &vsc85xx_wol_set,
|
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/ |
A D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | ucc_geth_ethtool.c | 398 .set_wol = uec_set_wol,
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | ax88172a.c | 122 .set_wol = asix_set_wol,
|
A D | asix_devices.c | 123 .set_wol = asix_set_wol, 330 .set_wol = asix_set_wol, 944 .set_wol = asix_set_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/ |
A D | atl1e_ethtool.c | 368 .set_wol = atl1e_set_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/ |
A D | ethtool.c | 438 .set_wol = igbvf_set_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/ |
A D | pch_gbe_ethtool.c | 498 .set_wol = pch_gbe_set_wol,
|
/linux-6.3-rc2/include/linux/ |
A D | ethtool.h | 787 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | net_driver.h | 1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
A D | ethtool.c | 764 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1343 .set_wol = ef4_ethtool_set_wol,
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | bcm_sf2.c | 1034 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1212 .set_wol = bcm_sf2_sw_set_wol,
|