Home
last modified time | relevance | path

Searched refs:set_wol (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.3-rc2/drivers/net/phy/
A Dmxl-gpy.c813 .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 Ddp83822.c606 .set_wol = dp83822_set_wol, \
621 .set_wol = dp83822_set_wol, \
A Dat803x.c2029 .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 Dmicrochip.c400 .set_wol = lan88xx_set_wol,
A Ddp83tc811.c397 .set_wol = dp83811_set_wol,
A Dmotorcomm.c2155 .set_wol = ytphy_set_wol,
2172 .set_wol = yt8531_set_wol,
2183 .set_wol = ytphy_set_wol,
A Dmarvell10g.c1354 .set_wol = mv3110_set_wol,
1393 .set_wol = mv3110_set_wol,
A Dphy.c1586 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 Dwol.c100 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 Dethtool.c216 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 Dethtool.c216 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 Dethtool.c57 .set_wol = mwifiex_ethtool_set_wol,
/linux-6.3-rc2/drivers/net/phy/mscc/
A Dmscc_main.c2341 .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 Dethtool.c113 .set_wol = lbs_ethtool_set_wol,
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/
A Datl1c_ethtool.c281 .set_wol = atl1c_set_wol,
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Ducc_geth_ethtool.c398 .set_wol = uec_set_wol,
/linux-6.3-rc2/drivers/net/usb/
A Dax88172a.c122 .set_wol = asix_set_wol,
A Dasix_devices.c123 .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 Datl1e_ethtool.c368 .set_wol = atl1e_set_wol,
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dethtool.c438 .set_wol = igbvf_set_wol,
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_ethtool.c498 .set_wol = pch_gbe_set_wol,
/linux-6.3-rc2/include/linux/
A Dethtool.h787 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dnet_driver.h1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
A Dethtool.c764 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 Dbcm_sf2.c1034 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol()
1212 .set_wol = bcm_sf2_sw_set_wol,

Completed in 48 milliseconds

12345