Searched refs:set_wol (Results 1 – 25 of 116) sorted by relevance
12345
/linux-6.6.21/drivers/net/phy/ |
D | mxl-gpy.c | 826 .set_wol = gpy_set_wol, 844 .set_wol = gpy_set_wol, 861 .set_wol = gpy_set_wol, 879 .set_wol = gpy_set_wol, 896 .set_wol = gpy_set_wol, 914 .set_wol = gpy_set_wol, 931 .set_wol = gpy_set_wol, 949 .set_wol = gpy_set_wol, 966 .set_wol = gpy_set_wol, 983 .set_wol = gpy_set_wol, [all …]
|
D | dp83822.c | 606 .set_wol = dp83822_set_wol, \ 621 .set_wol = dp83822_set_wol, \
|
D | smsc.c | 792 .set_wol = lan874x_set_wol, 829 .set_wol = lan874x_set_wol,
|
D | microchip.c | 400 .set_wol = lan88xx_set_wol,
|
D | at803x.c | 2063 .set_wol = at803x_set_wol, 2083 .set_wol = at803x_set_wol, 2099 .set_wol = at803x_set_wol, 2218 .set_wol = at803x_set_wol,
|
D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
D | motorcomm.c | 2273 .set_wol = ytphy_set_wol, 2290 .set_wol = yt8531_set_wol, 2301 .set_wol = ytphy_set_wol,
|
D | marvell10g.c | 1361 .set_wol = mv3110_set_wol, 1400 .set_wol = mv3110_set_wol,
|
D | phy.c | 1650 if (phydev->drv && phydev->drv->set_wol) { in phy_ethtool_set_wol() 1652 ret = phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
/linux-6.6.21/net/ethtool/ |
D | wol.c | 101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 137 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 264 .set_wol = efx_ethtool_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ethtool.c | 216 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 264 .set_wol = efx_ethtool_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 51 .set_wol = ngbe_set_wol,
|
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 57 .set_wol = mwifiex_ethtool_set_wol,
|
/linux-6.6.21/drivers/net/phy/mscc/ |
D | mscc_main.c | 2354 .set_wol = &vsc85xx_wol_set, 2378 .set_wol = &vsc85xx_wol_set, 2403 .set_wol = &vsc85xx_wol_set, 2426 .set_wol = &vsc85xx_wol_set, 2450 .set_wol = &vsc85xx_wol_set, 2474 .set_wol = &vsc85xx_wol_set, 2498 .set_wol = &vsc85xx_wol_set, 2522 .set_wol = &vsc85xx_wol_set, 2546 .set_wol = &vsc85xx_wol_set, 2593 .set_wol = &vsc85xx_wol_set, [all …]
|
/linux-6.6.21/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 398 .set_wol = uec_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/linux-6.6.21/drivers/net/usb/ |
D | ax88172a.c | 122 .set_wol = asix_set_wol,
|
D | asix_devices.c | 123 .set_wol = asix_set_wol, 330 .set_wol = asix_set_wol, 966 .set_wol = asix_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 368 .set_wol = atl1e_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 438 .set_wol = igbvf_set_wol,
|
/linux-6.6.21/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 498 .set_wol = pch_gbe_set_wol,
|
/linux-6.6.21/include/linux/ |
D | ethtool.h | 794 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/linux-6.6.21/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_ethtool.c | 492 .set_wol = bcmasp_set_wol,
|
12345