Home
last modified time | relevance | path

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

12345

/linux-6.15/net/ethtool/
H 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()
101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate()
113 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
/linux-6.15/drivers/net/phy/
H A Dmxl-gpy.c1032 .get_wol = gpy_get_wol,
1055 .get_wol = gpy_get_wol,
1077 .get_wol = gpy_get_wol,
1100 .get_wol = gpy_get_wol,
1122 .get_wol = gpy_get_wol,
1145 .get_wol = gpy_get_wol,
1167 .get_wol = gpy_get_wol,
1190 .get_wol = gpy_get_wol,
1212 .get_wol = gpy_get_wol,
1234 .get_wol = gpy_get_wol,
[all …]
H A Ddp83822.c1136 .get_wol = dp83822_get_wol, \
1155 .get_wol = dp83822_get_wol, \
1171 .get_wol = dp83822_get_wol, \
H A Dsmsc.c792 .get_wol = lan874x_get_wol,
829 .get_wol = lan874x_get_wol,
H A Ddp83tc811.c396 .get_wol = dp83811_get_wol,
H A Dmotorcomm.c2914 .get_wol = ytphy_get_wol,
2931 .get_wol = ytphy_get_wol,
2942 .get_wol = ytphy_get_wol,
2958 .get_wol = ytphy_get_wol,
H A Dmarvell10g.c1403 .get_wol = mv3110_get_wol,
1442 .get_wol = mv3110_get_wol,
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
258 .get_wol = efx_ethtool_get_wol,
/linux-6.15/drivers/net/ethernet/sfc/
H A Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
258 .get_wol = efx_ethtool_get_wol,
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dethtool.c56 .get_wol = mwifiex_ethtool_get_wol,
/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_main.c2356 .get_wol = &vsc85xx_wol_get,
2380 .get_wol = &vsc85xx_wol_get,
2405 .get_wol = &vsc85xx_wol_get,
2428 .get_wol = &vsc85xx_wol_get,
2452 .get_wol = &vsc85xx_wol_get,
2476 .get_wol = &vsc85xx_wol_get,
2500 .get_wol = &vsc85xx_wol_get,
2524 .get_wol = &vsc85xx_wol_get,
2548 .get_wol = &vsc85xx_wol_get,
2595 .get_wol = &vsc85xx_wol_get,
[all …]
/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c124 .get_wol = ngbe_get_wol,
/linux-6.15/drivers/net/phy/qcom/
H A Dat803x.c1001 .get_wol = at803x_get_wol,
1021 .get_wol = at803x_get_wol,
1037 .get_wol = at803x_get_wol,
H A Dqca808x.c637 .get_wol = at803x_get_wol,
/linux-6.15/drivers/net/dsa/
H A Dbcm_sf2.c1008 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol()
1009 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol()
1032 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol()
1033 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol()
1231 .get_wol = bcm_sf2_sw_get_wol,
/linux-6.15/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c374 .get_wol = uec_get_wol,
/linux-6.15/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/linux-6.15/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-6.15/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c437 .get_wol = igbvf_get_wol,
/linux-6.15/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c497 .get_wol = pch_gbe_get_wol,
/linux-6.15/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c448 .get_wol = bcmasp_get_wol,
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member

12345