/Linux-v5.15/drivers/net/phy/ |
D | mxl-gpy.c | 529 .set_wol = gpy_set_wol, 547 .set_wol = gpy_set_wol, 564 .set_wol = gpy_set_wol, 582 .set_wol = gpy_set_wol, 599 .set_wol = gpy_set_wol, 617 .set_wol = gpy_set_wol, 634 .set_wol = gpy_set_wol, 652 .set_wol = gpy_set_wol, 669 .set_wol = gpy_set_wol, 686 .set_wol = gpy_set_wol, [all …]
|
D | at803x.c | 1325 .set_wol = at803x_set_wol, 1346 .set_wol = at803x_set_wol, 1363 .set_wol = at803x_set_wol, 1386 .set_wol = at803x_set_wol,
|
D | dp83822.c | 598 .set_wol = dp83822_set_wol, \ 613 .set_wol = dp83822_set_wol, \
|
D | microchip.c | 364 .set_wol = lan88xx_set_wol,
|
D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
D | marvell10g.c | 1136 .set_wol = mv3110_set_wol, 1175 .set_wol = mv3110_set_wol,
|
D | phy.c | 1410 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol() 1411 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
D | dp83867.c | 855 .set_wol = dp83867_set_wol,
|
D | dp83869.c | 899 .set_wol = dp83869_set_wol,
|
/Linux-v5.15/net/ethtool/ |
D | wol.c | 123 if (!dev->ethtool_ops->get_wol || !dev->ethtool_ops->set_wol) in ethnl_set_wol() 157 ret = dev->ethtool_ops->set_wol(dev, &wol); in ethnl_set_wol()
|
/Linux-v5.15/drivers/net/ethernet/sfc/ |
D | ethtool.c | 210 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 258 .set_wol = efx_ethtool_set_wol,
|
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 69 .set_wol = mwifiex_ethtool_set_wol,
|
/Linux-v5.15/drivers/net/phy/mscc/ |
D | mscc_main.c | 2341 .set_wol = &vsc85xx_wol_set, 2366 .set_wol = &vsc85xx_wol_set, 2389 .set_wol = &vsc85xx_wol_set, 2413 .set_wol = &vsc85xx_wol_set, 2437 .set_wol = &vsc85xx_wol_set, 2461 .set_wol = &vsc85xx_wol_set, 2485 .set_wol = &vsc85xx_wol_set, 2509 .set_wol = &vsc85xx_wol_set, 2556 .set_wol = &vsc85xx_wol_set, 2581 .set_wol = &vsc85xx_wol_set,
|
/Linux-v5.15/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 394 .set_wol = uec_set_wol,
|
/Linux-v5.15/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/Linux-v5.15/drivers/net/usb/ |
D | ax88172a.c | 122 .set_wol = asix_set_wol,
|
D | asix_devices.c | 123 .set_wol = asix_set_wol, 312 .set_wol = asix_set_wol, 826 .set_wol = asix_set_wol,
|
/Linux-v5.15/include/linux/ |
D | ethtool.h | 603 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/Linux-v5.15/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 368 .set_wol = atl1e_set_wol,
|
/Linux-v5.15/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 434 .set_wol = igbvf_set_wol,
|
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 490 .set_wol = pch_gbe_set_wol,
|
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
D | ethtool.c | 758 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1337 .set_wol = ef4_ethtool_set_wol,
|
/Linux-v5.15/drivers/net/dsa/ |
D | bcm_sf2.c | 1014 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1192 .set_wol = bcm_sf2_sw_set_wol,
|