Home
last modified time | relevance | path

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

12345

/linux-6.1.9/drivers/net/phy/
Dmxl-gpy.c727 .get_wol = gpy_get_wol,
745 .get_wol = gpy_get_wol,
762 .get_wol = gpy_get_wol,
780 .get_wol = gpy_get_wol,
797 .get_wol = gpy_get_wol,
815 .get_wol = gpy_get_wol,
832 .get_wol = gpy_get_wol,
850 .get_wol = gpy_get_wol,
867 .get_wol = gpy_get_wol,
884 .get_wol = gpy_get_wol,
[all …]
Ddp83822.c601 .get_wol = dp83822_get_wol, \
616 .get_wol = dp83822_get_wol, \
Dat803x.c2030 .get_wol = at803x_get_wol,
2051 .get_wol = at803x_get_wol,
2068 .get_wol = at803x_get_wol,
2091 .get_wol = at803x_get_wol,
2193 .get_wol = at803x_get_wol,
Ddp83tc811.c396 .get_wol = dp83811_get_wol,
Dphy.c1490 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol()
1491 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
Dmarvell10g.c1353 .get_wol = mv3110_get_wol,
1392 .get_wol = mv3110_get_wol,
Ddp83867.c958 .get_wol = dp83867_get_wol,
/linux-6.1.9/net/ethtool/
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-6.1.9/drivers/net/ethernet/sfc/siena/
Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
263 .get_wol = efx_ethtool_get_wol,
/linux-6.1.9/drivers/net/ethernet/sfc/
Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
263 .get_wol = efx_ethtool_get_wol,
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dethtool.c56 .get_wol = mwifiex_ethtool_get_wol,
/linux-6.1.9/drivers/net/phy/mscc/
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-6.1.9/drivers/net/wireless/marvell/libertas/
Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/linux-6.1.9/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c163 .get_wol = spider_net_ethtool_get_wol,
/linux-6.1.9/drivers/net/dsa/
Dbcm_sf2.c991 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol()
992 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol()
1015 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol()
1016 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol()
1211 .get_wol = bcm_sf2_sw_get_wol,
/linux-6.1.9/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/linux-6.1.9/drivers/net/usb/
Dax88172a.c121 .get_wol = asix_get_wol,
Dasix_devices.c122 .get_wol = asix_get_wol,
329 .get_wol = asix_get_wol,
944 .get_wol = asix_get_wol,
/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c397 .get_wol = uec_get_wol,
/linux-6.1.9/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/linux-6.1.9/include/linux/
Dethtool.h647 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dethtool.c437 .get_wol = igbvf_get_wol,
/linux-6.1.9/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c497 .get_wol = pch_gbe_get_wol,
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
Dethtool.c756 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol()
1342 .get_wol = ef4_ethtool_get_wol,

12345