Searched refs:set_wol (Results 1 – 25 of 101) sorted by relevance
12345
/drivers/net/phy/ |
D | mxl-gpy.c | 726 .set_wol = gpy_set_wol, 744 .set_wol = gpy_set_wol, 761 .set_wol = gpy_set_wol, 779 .set_wol = gpy_set_wol, 796 .set_wol = gpy_set_wol, 814 .set_wol = gpy_set_wol, 831 .set_wol = gpy_set_wol, 849 .set_wol = gpy_set_wol, 866 .set_wol = gpy_set_wol, 883 .set_wol = gpy_set_wol, [all …]
|
D | dp83822.c | 604 .set_wol = dp83822_set_wol, \ 619 .set_wol = dp83822_set_wol, \
|
D | at803x.c | 2010 .set_wol = at803x_set_wol, 2030 .set_wol = at803x_set_wol, 2046 .set_wol = at803x_set_wol, 2165 .set_wol = at803x_set_wol,
|
D | microchip.c | 400 .set_wol = lan88xx_set_wol,
|
D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
D | phy.c | 1484 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol() 1485 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
D | marvell10g.c | 1361 .set_wol = mv3110_set_wol, 1400 .set_wol = mv3110_set_wol,
|
D | dp83869.c | 894 .set_wol = dp83869_set_wol, \
|
D | dp83867.c | 979 .set_wol = dp83867_set_wol,
|
/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,
|
/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,
|
/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 57 .set_wol = mwifiex_ethtool_set_wol,
|
/drivers/net/phy/mscc/ |
D | mscc_main.c | 2343 .set_wol = &vsc85xx_wol_set, 2368 .set_wol = &vsc85xx_wol_set, 2391 .set_wol = &vsc85xx_wol_set, 2415 .set_wol = &vsc85xx_wol_set, 2439 .set_wol = &vsc85xx_wol_set, 2463 .set_wol = &vsc85xx_wol_set, 2487 .set_wol = &vsc85xx_wol_set, 2511 .set_wol = &vsc85xx_wol_set, 2558 .set_wol = &vsc85xx_wol_set, 2583 .set_wol = &vsc85xx_wol_set,
|
/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 113 .set_wol = lbs_ethtool_set_wol,
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/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, 967 .set_wol = asix_set_wol,
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 398 .set_wol = uec_set_wol,
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 368 .set_wol = atl1e_set_wol,
|
/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 438 .set_wol = igbvf_set_wol,
|
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 498 .set_wol = pch_gbe_set_wol,
|
/drivers/net/dsa/ |
D | bcm_sf2.c | 1040 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1218 .set_wol = bcm_sf2_sw_set_wol,
|
/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 764 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1343 .set_wol = ef4_ethtool_set_wol,
|
D | net_driver.h | 1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
/drivers/staging/qlge/ |
D | qlge_ethtool.c | 729 .set_wol = qlge_set_wol,
|
12345