| /linux/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()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ethtool.c | 57 .set_wol = mwifiex_ethtool_set_wol,
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_ethtool.c | 126 .set_wol = ngbe_set_wol,
|
| /linux/drivers/net/phy/ |
| H A D | mxl-86110.c | 945 .set_wol = mxl86110_set_wol, 957 .set_wol = mxl86110_set_wol,
|
| H A D | smsc.c | 839 .set_wol = lan874x_set_wol, 876 .set_wol = lan874x_set_wol,
|
| H A D | microchip.c | 499 .set_wol = lan88xx_set_wol,
|
| H A D | motorcomm.c | 3033 .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 D | phy.c | 2008 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 D | dp83869.c | 918 .set_wol = dp83869_set_wol, \
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qca807x.c | 811 .set_wol = at8031_set_wol, 839 .set_wol = at8031_set_wol,
|
| H A D | qca808x.c | 657 .set_wol = at8031_set_wol,
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
| /linux/drivers/net/usb/ |
| H A D | ax88172a.c | 122 .set_wol = asix_set_wol,
|
| H A D | asix_devices.c | 109 .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 D | atl1e_ethtool.c | 368 .set_wol = atl1e_set_wol,
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_ethtool.c | 498 .set_wol = pch_gbe_set_wol,
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 758 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 D | bcm_sf2.c | 1055 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 D | net_driver.h | 1324 int (*set_wol)(struct efx_nic *efx, u32 type); member
|
| H A D | siena.c | 1013 .set_wol = siena_set_wol,
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 2613 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 D | net_driver.h | 1425 int (*set_wol)(struct efx_nic *efx, u32 type); member
|
| /linux/net/dsa/ |
| H A D | user.c | 1216 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 D | hns3_ethtool.c | 2141 return ops->set_wol(handle, wol); in hns3_set_wol() 2227 .set_wol = hns3_set_wol,
|