Home
last modified time | relevance | path

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

1234

/linux/net/ethtool/
H A Dwol.c101 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()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dethtool.c57 .set_wol = mwifiex_ethtool_set_wol,
/linux/drivers/net/wireless/marvell/libertas/
H A Dethtool.c113 .set_wol = lbs_ethtool_set_wol,
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c126 .set_wol = ngbe_set_wol,
/linux/drivers/net/phy/
H A Dmxl-86110.c945 .set_wol = mxl86110_set_wol,
957 .set_wol = mxl86110_set_wol,
H A Dsmsc.c839 .set_wol = lan874x_set_wol,
876 .set_wol = lan874x_set_wol,
H A Dmicrochip.c499 .set_wol = lan88xx_set_wol,
H A Dmotorcomm.c3033 .set_wol = ytphy_set_wol,
3053 .set_wol = yt8531_set_wol,
3067 .set_wol = ytphy_set_wol,
3083 .set_wol = ytphy_set_wol,
H A Dphy.c2008 if (phydev->drv && phydev->drv->set_wol) { in phy_ethtool_set_wol()
2010 ret = phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
H A Ddp83869.c918 .set_wol = dp83869_set_wol, \
/linux/drivers/net/phy/qcom/
H A Dqca807x.c811 .set_wol = at8031_set_wol,
839 .set_wol = at8031_set_wol,
H A Dqca808x.c657 .set_wol = at8031_set_wol,
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c281 .set_wol = atl1c_set_wol,
/linux/drivers/net/usb/
H A Dax88172a.c122 .set_wol = asix_set_wol,
H A Dasix_devices.c109 .set_wol = asix_set_wol,
318 .set_wol = asix_set_wol,
979 .set_wol = asix_set_wol,
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c368 .set_wol = atl1e_set_wol,
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c498 .set_wol = pch_gbe_set_wol,
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c758 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol()
1350 .set_wol = ef4_ethtool_set_wol,
/linux/drivers/net/dsa/
H A Dbcm_sf2.c1055 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol()
1236 .set_wol = bcm_sf2_sw_set_wol,
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h1324 int (*set_wol)(struct efx_nic *efx, u32 type); member
H A Dsiena.c1013 .set_wol = siena_set_wol,
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c2613 static int set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) in set_wol() function
2691 .set_wol = set_wol,
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h1425 int (*set_wol)(struct efx_nic *efx, u32 type); member
/linux/net/dsa/
H A Duser.c1216 if (ds->ops->set_wol) in dsa_user_set_wol()
1217 ret = ds->ops->set_wol(ds, dp->index, w); in dsa_user_set_wol()
2509 .set_wol = dsa_user_set_wol,
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c2141 return ops->set_wol(handle, wol); in hns3_set_wol()
2227 .set_wol = hns3_set_wol,

1234