Home
last modified time | relevance | path

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

12345

/Linux-v5.15/drivers/net/phy/
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 …]
Dat803x.c1326 .get_wol = at803x_get_wol,
1347 .get_wol = at803x_get_wol,
1364 .get_wol = at803x_get_wol,
1387 .get_wol = at803x_get_wol,
Ddp83822.c597 .get_wol = dp83822_get_wol, \
612 .get_wol = dp83822_get_wol, \
Ddp83tc811.c396 .get_wol = dp83811_get_wol,
Dmarvell10g.c1135 .get_wol = mv3110_get_wol,
1174 .get_wol = mv3110_get_wol,
Dphy.c1425 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol()
1426 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
Ddp83867.c854 .get_wol = dp83867_get_wol,
/Linux-v5.15/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-v5.15/drivers/net/ethernet/sfc/
Dethtool.c202 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
257 .get_wol = efx_ethtool_get_wol,
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dethtool.c68 .get_wol = mwifiex_ethtool_get_wol,
/Linux-v5.15/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-v5.15/drivers/net/wireless/marvell/libertas/
Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/Linux-v5.15/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c161 .get_wol = spider_net_ethtool_get_wol,
/Linux-v5.15/drivers/net/dsa/
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-v5.15/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/Linux-v5.15/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c393 .get_wol = uec_get_wol,
/Linux-v5.15/drivers/net/usb/
Dax88172a.c121 .get_wol = asix_get_wol,
Dasix_devices.c122 .get_wol = asix_get_wol,
311 .get_wol = asix_get_wol,
825 .get_wol = asix_get_wol,
/Linux-v5.15/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/Linux-v5.15/include/linux/
Dethtool.h602 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
/Linux-v5.15/drivers/net/ethernet/intel/igbvf/
Dethtool.c433 .get_wol = igbvf_get_wol,
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c489 .get_wol = pch_gbe_get_wol,
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
Dethtool.c750 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol()
1336 .get_wol = ef4_ethtool_get_wol,
/Linux-v5.15/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c844 .get_wol = lan743x_ethtool_get_wol,

12345