Home
last modified time | relevance | path

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

12345

/linux-6.12.1/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()
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.12.1/drivers/net/phy/
Dmxl-gpy.c853 .get_wol = gpy_get_wol,
871 .get_wol = gpy_get_wol,
888 .get_wol = gpy_get_wol,
906 .get_wol = gpy_get_wol,
923 .get_wol = gpy_get_wol,
941 .get_wol = gpy_get_wol,
958 .get_wol = gpy_get_wol,
976 .get_wol = gpy_get_wol,
993 .get_wol = gpy_get_wol,
1010 .get_wol = gpy_get_wol,
[all …]
Ddp83822.c777 .get_wol = dp83822_get_wol, \
793 .get_wol = dp83822_get_wol, \
809 .get_wol = dp83822_get_wol, \
Dsmsc.c791 .get_wol = lan874x_get_wol,
828 .get_wol = lan874x_get_wol,
Ddp83tc811.c396 .get_wol = dp83811_get_wol,
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,
Dmarvell10g.c1423 .get_wol = mv3110_get_wol,
1462 .get_wol = mv3110_get_wol,
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
258 .get_wol = efx_ethtool_get_wol,
/linux-6.12.1/drivers/net/ethernet/sfc/
Dethtool.c208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol()
258 .get_wol = efx_ethtool_get_wol,
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dethtool.c56 .get_wol = mwifiex_ethtool_get_wol,
/linux-6.12.1/drivers/net/phy/mscc/
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 = &vsc85xx_wol_get,
[all …]
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Dethtool.c112 .get_wol = lbs_ethtool_get_wol,
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/
Dngbe_ethtool.c124 .get_wol = ngbe_get_wol,
/linux-6.12.1/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c163 .get_wol = spider_net_ethtool_get_wol,
/linux-6.12.1/drivers/net/dsa/
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.12.1/drivers/net/phy/qcom/
Dat803x.c1001 .get_wol = at803x_get_wol,
1021 .get_wol = at803x_get_wol,
1037 .get_wol = at803x_get_wol,
Dqca808x.c637 .get_wol = at803x_get_wol,
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c280 .get_wol = atl1c_get_wol,
/linux-6.12.1/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c397 .get_wol = uec_get_wol,
/linux-6.12.1/drivers/net/usb/
Dax88172a.c121 .get_wol = asix_get_wol,
Dasix_devices.c122 .get_wol = asix_get_wol,
329 .get_wol = asix_get_wol,
965 .get_wol = asix_get_wol,
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c367 .get_wol = atl1e_get_wol,
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/
Dethtool.c437 .get_wol = igbvf_get_wol,
/linux-6.12.1/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c497 .get_wol = pch_gbe_get_wol,
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_ethtool.c487 .get_wol = bcmasp_get_wol,

12345