/linux-6.3-rc2/net/ethtool/ |
A D | wol.c | 33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data() 39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data() 100 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 112 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | mxl-gpy.c | 814 .get_wol = gpy_get_wol, 832 .get_wol = gpy_get_wol, 849 .get_wol = gpy_get_wol, 867 .get_wol = gpy_get_wol, 884 .get_wol = gpy_get_wol, 902 .get_wol = gpy_get_wol, 919 .get_wol = gpy_get_wol, 937 .get_wol = gpy_get_wol, 954 .get_wol = gpy_get_wol, 971 .get_wol = gpy_get_wol, [all …]
|
A D | dp83822.c | 605 .get_wol = dp83822_get_wol, \ 620 .get_wol = dp83822_get_wol, \
|
A D | at803x.c | 2030 .get_wol = at803x_get_wol, 2051 .get_wol = at803x_get_wol, 2068 .get_wol = at803x_get_wol, 2091 .get_wol = at803x_get_wol, 2193 .get_wol = at803x_get_wol,
|
A D | dp83tc811.c | 396 .get_wol = dp83811_get_wol,
|
A D | motorcomm.c | 2154 .get_wol = ytphy_get_wol, 2171 .get_wol = ytphy_get_wol, 2182 .get_wol = ytphy_get_wol,
|
A D | marvell10g.c | 1353 .get_wol = mv3110_get_wol, 1392 .get_wol = mv3110_get_wol,
|
A D | phy.c | 1606 if (phydev->drv && phydev->drv->get_wol) { in phy_ethtool_get_wol() 1608 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 263 .get_wol = efx_ethtool_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 263 .get_wol = efx_ethtool_get_wol,
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | ethtool.c | 56 .get_wol = mwifiex_ethtool_get_wol,
|
/linux-6.3-rc2/drivers/net/phy/mscc/ |
A D | mscc_main.c | 2342 .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-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | ethtool.c | 112 .get_wol = lbs_ethtool_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/toshiba/ |
A D | spider_net_ethtool.c | 163 .get_wol = spider_net_ethtool_get_wol,
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | bcm_sf2.c | 991 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol() 992 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 1015 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol() 1016 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1211 .get_wol = bcm_sf2_sw_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1c/ |
A D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | ucc_geth_ethtool.c | 397 .get_wol = uec_get_wol,
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | ax88172a.c | 121 .get_wol = asix_get_wol,
|
A D | asix_devices.c | 122 .get_wol = asix_get_wol, 329 .get_wol = asix_get_wol, 943 .get_wol = asix_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/ |
A D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/ |
A D | ethtool.c | 437 .get_wol = igbvf_get_wol,
|
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/ |
A D | pch_gbe_ethtool.c | 497 .get_wol = pch_gbe_get_wol,
|
/linux-6.3-rc2/include/linux/ |
A D | ethtool.h | 786 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | net_driver.h | 1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
|
A D | ethtool.c | 756 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1342 .get_wol = ef4_ethtool_get_wol,
|