Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/net/phy/
Dat803x.c436 .get_wol = at803x_get_wol,
452 .get_wol = at803x_get_wol,
466 .get_wol = at803x_get_wol,
Dmscc.c2338 .get_wol = &vsc85xx_wol_get,
2363 .get_wol = &vsc85xx_wol_get,
2388 .get_wol = &vsc85xx_wol_get,
2413 .get_wol = &vsc85xx_wol_get,
2438 .get_wol = &vsc85xx_wol_get,
2464 .get_wol = &vsc85xx_wol_get,
Ddp83822.c311 .get_wol = dp83822_get_wol, \
Ddp83tc811.c341 .get_wol = dp83811_get_wol,
Dphy.c1182 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol()
1183 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dethtool.c68 .get_wol = mwifiex_ethtool_get_wol,
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dethtool.c115 .get_wol = lbs_ethtool_get_wol,
/Linux-v5.4/drivers/net/dsa/
Dbcm_sf2.c742 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol()
743 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol()
766 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol()
767 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol()
956 .get_wol = bcm_sf2_sw_get_wol,
/Linux-v5.4/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c161 .get_wol = spider_net_ethtool_get_wol,
/Linux-v5.4/include/linux/
Dethtool.h329 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
/Linux-v5.4/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c395 .get_wol = uec_get_wol,
/Linux-v5.4/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c282 .get_wol = atl1c_get_wol,
/Linux-v5.4/drivers/net/usb/
Dax88172a.c146 .get_wol = asix_get_wol,
Dasix_devices.c122 .get_wol = asix_get_wol,
288 .get_wol = asix_get_wol,
779 .get_wol = asix_get_wol,
Dsr9800.c525 .get_wol = sr_get_wol,
/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c369 .get_wol = atl1e_get_wol,
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Dethtool.c430 .get_wol = igbvf_get_wol,
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c487 .get_wol = pch_gbe_get_wol,
/Linux-v5.4/net/dsa/
Dslave.c718 if (ds->ops->get_wol) in dsa_slave_get_wol()
719 ds->ops->get_wol(ds, dp->index, w); in dsa_slave_get_wol()
1190 .get_wol = dsa_slave_get_wol,
/Linux-v5.4/include/net/
Ddsa.h412 void (*get_wol)(struct dsa_switch *ds, int port, member
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c587 .get_wol = aq_ethtool_get_wol,
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
Dethtool.c749 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol()
1332 .get_wol = ef4_ethtool_get_wol,
/Linux-v5.4/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c843 .get_wol = lan743x_ethtool_get_wol,
/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c771 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
1558 .get_wol = efx_ethtool_get_wol,

1234