Home
last modified time | relevance | path

Searched refs:get_wol (Results 1 – 25 of 110) sorted by relevance

12345

/linux/drivers/net/phy/
A Dmxl-gpy.c530 .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 Ddp83822.c597 .get_wol = dp83822_get_wol, \
612 .get_wol = dp83822_get_wol, \
A Dat803x.c1885 .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 Ddp83tc811.c396 .get_wol = dp83811_get_wol,
A Dmarvell10g.c1240 .get_wol = mv3110_get_wol,
1279 .get_wol = mv3110_get_wol,
A Dphy.c1430 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 Ddp83867.c873 .get_wol = dp83867_get_wol,
A Ddp83869.c898 .get_wol = dp83869_get_wol,
/linux/net/ethtool/
A Dwol.c33 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 Dethtool.c202 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 Dethtool.c68 .get_wol = mwifiex_ethtool_get_wol,
/linux/drivers/net/phy/mscc/
A Dmscc_main.c2342 .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 Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/linux/drivers/net/dsa/
A Dbcm_sf2.c971 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 Dspider_net_ethtool.c161 .get_wol = spider_net_ethtool_get_wol,
/linux/drivers/net/usb/
A Dasix_devices.c122 .get_wol = asix_get_wol,
311 .get_wol = asix_get_wol,
825 .get_wol = asix_get_wol,
A Dax88172a.c121 .get_wol = asix_get_wol,
/linux/drivers/net/ethernet/freescale/
A Ducc_geth_ethtool.c393 .get_wol = uec_get_wol,
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/linux/drivers/net/ethernet/atheros/atl1e/
A Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/linux/drivers/net/ethernet/intel/igbvf/
A Dethtool.c433 .get_wol = igbvf_get_wol,
/linux/include/linux/
A Dethtool.h619 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_ethtool.c489 .get_wol = pch_gbe_get_wol,
/linux/drivers/net/ethernet/sfc/falcon/
A Dethtool.c750 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol()
1336 .get_wol = ef4_ethtool_get_wol,
A Dnet_driver.h1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member

Completed in 48 milliseconds

12345