Home
last modified time | relevance | path

Searched refs:set_wol (Results 1 – 25 of 106) sorted by relevance

12345

/linux/drivers/net/phy/
A Dmxl-gpy.c529 .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 …]
A Ddp83822.c598 .set_wol = dp83822_set_wol, \
613 .set_wol = dp83822_set_wol, \
A Dat803x.c1884 .set_wol = at803x_set_wol,
1905 .set_wol = at803x_set_wol,
1922 .set_wol = at803x_set_wol,
1945 .set_wol = at803x_set_wol,
2041 .set_wol = at803x_set_wol,
A Dmicrochip.c364 .set_wol = lan88xx_set_wol,
A Ddp83tc811.c397 .set_wol = dp83811_set_wol,
A Dmarvell10g.c1241 .set_wol = mv3110_set_wol,
1280 .set_wol = mv3110_set_wol,
A Dphy.c1415 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol()
1416 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
A Ddp83867.c874 .set_wol = dp83867_set_wol,
A Ddp83869.c899 .set_wol = dp83869_set_wol,
/linux/net/ethtool/
A Dwol.c123 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/drivers/net/ethernet/sfc/
A Dethtool.c210 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol()
258 .set_wol = efx_ethtool_set_wol,
/linux/drivers/net/wireless/marvell/mwifiex/
A Dethtool.c69 .set_wol = mwifiex_ethtool_set_wol,
/linux/drivers/net/phy/mscc/
A Dmscc_main.c2341 .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/drivers/net/wireless/marvell/libertas/
A Dethtool.c113 .set_wol = lbs_ethtool_set_wol,
/linux/drivers/net/usb/
A Dasix_devices.c123 .set_wol = asix_set_wol,
312 .set_wol = asix_set_wol,
826 .set_wol = asix_set_wol,
A Dax88172a.c122 .set_wol = asix_set_wol,
/linux/drivers/net/ethernet/freescale/
A Ducc_geth_ethtool.c394 .set_wol = uec_set_wol,
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c_ethtool.c281 .set_wol = atl1c_set_wol,
/linux/drivers/net/ethernet/atheros/atl1e/
A Datl1e_ethtool.c368 .set_wol = atl1e_set_wol,
/linux/drivers/net/ethernet/intel/igbvf/
A Dethtool.c434 .set_wol = igbvf_set_wol,
/linux/include/linux/
A Dethtool.h620 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_ethtool.c490 .set_wol = pch_gbe_set_wol,
/linux/drivers/net/dsa/
A Dbcm_sf2.c1014 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol()
1192 .set_wol = bcm_sf2_sw_set_wol,
/linux/drivers/net/ethernet/sfc/falcon/
A Dethtool.c758 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol()
1337 .set_wol = ef4_ethtool_set_wol,
A Dnet_driver.h1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member

Completed in 50 milliseconds

12345