| /linux/drivers/net/phy/ |
| A D | mxl-gpy.c | 530 .get_wol = gpy_get_wol, 548 .get_wol = gpy_get_wol, 565 .get_wol = gpy_get_wol, 583 .get_wol = gpy_get_wol, 600 .get_wol = gpy_get_wol, 618 .get_wol = gpy_get_wol, 635 .get_wol = gpy_get_wol, 653 .get_wol = gpy_get_wol, 670 .get_wol = gpy_get_wol, 687 .get_wol = gpy_get_wol, [all …]
|
| A D | dp83822.c | 597 .get_wol = dp83822_get_wol, \ 612 .get_wol = dp83822_get_wol, \
|
| A D | at803x.c | 1885 .get_wol = at803x_get_wol, 1906 .get_wol = at803x_get_wol, 1923 .get_wol = at803x_get_wol, 1946 .get_wol = at803x_get_wol, 2042 .get_wol = at803x_get_wol,
|
| A D | dp83tc811.c | 396 .get_wol = dp83811_get_wol,
|
| A D | marvell10g.c | 1240 .get_wol = mv3110_get_wol, 1279 .get_wol = mv3110_get_wol,
|
| A D | phy.c | 1430 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol() 1431 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
| A D | dp83867.c | 873 .get_wol = dp83867_get_wol,
|
| A D | dp83869.c | 898 .get_wol = dp83869_get_wol,
|
| /linux/net/ethtool/ |
| 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() 123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol() 131 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ethtool.c | 202 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 257 .get_wol = efx_ethtool_get_wol,
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | ethtool.c | 68 .get_wol = mwifiex_ethtool_get_wol,
|
| /linux/drivers/net/phy/mscc/ |
| A D | mscc_main.c | 2342 .get_wol = &vsc85xx_wol_get, 2367 .get_wol = &vsc85xx_wol_get, 2390 .get_wol = &vsc85xx_wol_get, 2414 .get_wol = &vsc85xx_wol_get, 2438 .get_wol = &vsc85xx_wol_get, 2462 .get_wol = &vsc85xx_wol_get, 2486 .get_wol = &vsc85xx_wol_get, 2510 .get_wol = &vsc85xx_wol_get, 2557 .get_wol = &vsc85xx_wol_get, 2582 .get_wol = &vsc85xx_wol_get,
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| A D | ethtool.c | 112 .get_wol = lbs_ethtool_get_wol,
|
| /linux/drivers/net/dsa/ |
| A D | bcm_sf2.c | 971 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol() 972 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 995 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol() 996 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1191 .get_wol = bcm_sf2_sw_get_wol,
|
| /linux/drivers/net/ethernet/toshiba/ |
| A D | spider_net_ethtool.c | 161 .get_wol = spider_net_ethtool_get_wol,
|
| /linux/drivers/net/usb/ |
| A D | asix_devices.c | 122 .get_wol = asix_get_wol, 311 .get_wol = asix_get_wol, 825 .get_wol = asix_get_wol,
|
| A D | ax88172a.c | 121 .get_wol = asix_get_wol,
|
| /linux/drivers/net/ethernet/freescale/ |
| A D | ucc_geth_ethtool.c | 393 .get_wol = uec_get_wol,
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| A D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| A D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| A D | ethtool.c | 433 .get_wol = igbvf_get_wol,
|
| /linux/include/linux/ |
| A D | ethtool.h | 619 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| A D | pch_gbe_ethtool.c | 489 .get_wol = pch_gbe_get_wol,
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | ethtool.c | 750 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1336 .get_wol = ef4_ethtool_get_wol,
|
| A D | net_driver.h | 1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
|