/linux/drivers/net/phy/ |
H A D | mxl-gpy.c | 1034 .set_wol = gpy_set_wol, 1057 .set_wol = gpy_set_wol, 1079 .set_wol = gpy_set_wol, 1102 .set_wol = gpy_set_wol, 1124 .set_wol = gpy_set_wol, 1147 .set_wol = gpy_set_wol, 1169 .set_wol = gpy_set_wol, 1192 .set_wol = gpy_set_wol, 1214 .set_wol = gpy_set_wol, 1236 .set_wol = gpy_set_wol, [all …]
|
H A D | dp83822.c | 783 .set_wol = dp83822_set_wol, \ 799 .set_wol = dp83822_set_wol, \ 815 .set_wol = dp83822_set_wol, \
|
H A D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
H A D | microchip.c | 536 .set_wol = lan88xx_set_wol,
|
H A D | motorcomm.c | 2915 .set_wol = ytphy_set_wol, 2932 .set_wol = yt8531_set_wol, 2943 .set_wol = ytphy_set_wol, 2959 .set_wol = ytphy_set_wol,
|
H A D | marvell10g.c | 1424 .set_wol = mv3110_set_wol, 1463 .set_wol = mv3110_set_wol,
|
H A D | phy.c | 1748 if (phydev->drv && phydev->drv->set_wol) { in phy_ethtool_set_wol() 1750 ret = phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
H A D | dp83869.c | 919 .set_wol = dp83869_set_wol, \
|
/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/ethernet/sfc/siena/ |
H A D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 259 .set_wol = efx_ethtool_set_wol,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 259 .set_wol = efx_ethtool_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 | 125 .set_wol = ngbe_set_wol,
|
/linux/drivers/net/phy/qcom/ |
H A D | at803x.c | 1000 .set_wol = at803x_set_wol, 1020 .set_wol = at803x_set_wol, 1036 .set_wol = at8031_set_wol,
|
H A D | qca808x.c | 636 .set_wol = at803x_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 | 123 .set_wol = asix_set_wol, 330 .set_wol = asix_set_wol, 966 .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/intel/igbvf/ |
H A D | ethtool.c | 438 .set_wol = igbvf_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/dsa/ |
H A D | bcm_sf2.c | 1051 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1232 .set_wol = bcm_sf2_sw_set_wol,
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1197 .set_wol = enetc_set_wol, 1237 .set_wol = enetc_set_wol,
|
/linux/include/linux/ |
H A D | ethtool.h | 973 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|