Searched refs:get_wol (Results 1 - 25 of 121) sorted by relevance

12345

/linux-master/net/ethtool/
H A Dwol.c33 if (!dev->ethtool_ops->get_wol)
39 dev->ethtool_ops->get_wol(dev, &data->wol);
101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP;
113 dev->ethtool_ops->get_wol(dev, &wol);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dethtool.c56 .get_wol = mwifiex_ethtool_get_wol,
/linux-master/drivers/net/phy/
H A Dmxl-gpy.c835 .get_wol = gpy_get_wol,
853 .get_wol = gpy_get_wol,
870 .get_wol = gpy_get_wol,
888 .get_wol = gpy_get_wol,
905 .get_wol = gpy_get_wol,
923 .get_wol = gpy_get_wol,
940 .get_wol = gpy_get_wol,
958 .get_wol = gpy_get_wol,
975 .get_wol = gpy_get_wol,
992 .get_wol
[all...]
H A Ddp83822.c758 .get_wol = dp83822_get_wol, \
774 .get_wol = dp83822_get_wol, \
789 .get_wol = dp83822_get_wol, \
H A Dsmsc.c791 .get_wol = lan874x_get_wol,
828 .get_wol = lan874x_get_wol,
H A Ddp83tc811.c396 .get_wol = dp83811_get_wol,
H A Dmotorcomm.c2272 .get_wol = ytphy_get_wol,
2289 .get_wol = ytphy_get_wol,
2300 .get_wol = ytphy_get_wol,
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool.c208 return efx->type->get_wol(efx, wol);
264 .get_wol = efx_ethtool_get_wol,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool.c208 return efx->type->get_wol(efx, wol);
264 .get_wol = efx_ethtool_get_wol,
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c163 .get_wol = spider_net_ethtool_get_wol,
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c116 .get_wol = ngbe_get_wol,
/linux-master/drivers/net/phy/mscc/
H A Dmscc_main.c2355 .get_wol = &vsc85xx_wol_get,
2379 .get_wol = &vsc85xx_wol_get,
2404 .get_wol = &vsc85xx_wol_get,
2427 .get_wol = &vsc85xx_wol_get,
2451 .get_wol = &vsc85xx_wol_get,
2475 .get_wol = &vsc85xx_wol_get,
2499 .get_wol = &vsc85xx_wol_get,
2523 .get_wol = &vsc85xx_wol_get,
2547 .get_wol = &vsc85xx_wol_get,
2594 .get_wol
[all...]
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c995 if (p->ethtool_ops->get_wol)
996 p->ethtool_ops->get_wol(p, &pwol);
1019 if (p->ethtool_ops->get_wol)
1020 p->ethtool_ops->get_wol(p, &pwol);
1215 .get_wol = bcm_sf2_sw_get_wol,
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c397 .get_wol = uec_get_wol,
/linux-master/drivers/net/usb/
H A Dax88172a.c121 .get_wol = asix_get_wol,
H A Dasix_devices.c122 .get_wol = asix_get_wol,
329 .get_wol = asix_get_wol,
965 .get_wol = asix_get_wol,
/linux-master/drivers/net/phy/qcom/
H A Dat803x.c998 .get_wol = at803x_get_wol,
1018 .get_wol = at803x_get_wol,
1034 .get_wol = at803x_get_wol,
H A Dqca808x.c637 .get_wol = at803x_get_wol,
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c497 .get_wol = pch_gbe_get_wol,
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c437 .get_wol = igbvf_get_wol,
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c487 .get_wol = bcmasp_get_wol,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h960 * @get_wol: Get WoL configuration from driver state
1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member in struct:ef4_nic_type

Completed in 256 milliseconds

12345