/linux/net/ethtool/ |
H A D | wol.c | 33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data() 39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data() 101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 113 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
|
/linux/drivers/net/phy/ |
H A D | mxl-gpy.c | 1035 .get_wol = gpy_get_wol, 1058 .get_wol = gpy_get_wol, 1080 .get_wol = gpy_get_wol, 1103 .get_wol = gpy_get_wol, 1125 .get_wol = gpy_get_wol, 1148 .get_wol = gpy_get_wol, 1170 .get_wol = gpy_get_wol, 1193 .get_wol = gpy_get_wol, 1215 .get_wol = gpy_get_wol, 1237 .get_wol = gpy_get_wol, [all …]
|
H A D | dp83822.c | 782 .get_wol = dp83822_get_wol, \ 798 .get_wol = dp83822_get_wol, \ 814 .get_wol = dp83822_get_wol, \
|
H A D | dp83tc811.c | 396 .get_wol = dp83811_get_wol,
|
H A D | motorcomm.c | 2914 .get_wol = ytphy_get_wol, 2931 .get_wol = ytphy_get_wol, 2942 .get_wol = ytphy_get_wol, 2958 .get_wol = ytphy_get_wol,
|
H A D | marvell10g.c | 1423 .get_wol = mv3110_get_wol, 1462 .get_wol = mv3110_get_wol,
|
H A D | phy.c | 1768 if (phydev->drv && phydev->drv->get_wol) { in phy_ethtool_get_wol() 1770 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
H A D | dp83869.c | 918 .get_wol = dp83869_get_wol, \
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 258 .get_wol = efx_ethtool_get_wol,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 258 .get_wol = efx_ethtool_get_wol,
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | ethtool.c | 56 .get_wol = mwifiex_ethtool_get_wol,
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | ethtool.c | 112 .get_wol = lbs_ethtool_get_wol,
|
/linux/drivers/net/ethernet/toshiba/ |
H A D | spider_net_ethtool.c | 163 .get_wol = spider_net_ethtool_get_wol,
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_ethtool.c | 124 .get_wol = ngbe_get_wol,
|
/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1008 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol() 1009 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 1032 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol() 1033 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1231 .get_wol = bcm_sf2_sw_get_wol,
|
/linux/drivers/net/phy/qcom/ |
H A D | at803x.c | 1001 .get_wol = at803x_get_wol, 1021 .get_wol = at803x_get_wol, 1037 .get_wol = at803x_get_wol,
|
H A D | qca808x.c | 637 .get_wol = at803x_get_wol,
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
/linux/drivers/net/usb/ |
H A D | ax88172a.c | 121 .get_wol = asix_get_wol,
|
H A D | asix_devices.c | 122 .get_wol = asix_get_wol, 329 .get_wol = asix_get_wol, 965 .get_wol = asix_get_wol,
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 437 .get_wol = igbvf_get_wol,
|
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_ethtool.c | 497 .get_wol = pch_gbe_get_wol,
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 1196 .get_wol = enetc_get_wol, 1236 .get_wol = enetc_get_wol,
|
/linux/include/linux/ |
H A D | ethtool.h | 972 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|