Searched refs:set_wol (Results 1 – 25 of 99) sorted by relevance
1234
/drivers/net/phy/ |
D | mxl-gpy.c | 530 .set_wol = gpy_set_wol, 548 .set_wol = gpy_set_wol, 565 .set_wol = gpy_set_wol, 583 .set_wol = gpy_set_wol, 600 .set_wol = gpy_set_wol, 618 .set_wol = gpy_set_wol, 635 .set_wol = gpy_set_wol, 653 .set_wol = gpy_set_wol, 670 .set_wol = gpy_set_wol, 687 .set_wol = gpy_set_wol, [all …]
|
D | dp83822.c | 597 .set_wol = dp83822_set_wol, \ 612 .set_wol = dp83822_set_wol, \
|
D | at803x.c | 1317 .set_wol = at803x_set_wol, 1338 .set_wol = at803x_set_wol, 1355 .set_wol = at803x_set_wol,
|
D | microchip.c | 396 .set_wol = lan88xx_set_wol,
|
D | dp83tc811.c | 397 .set_wol = dp83811_set_wol,
|
D | marvell10g.c | 1143 .set_wol = mv3110_set_wol, 1182 .set_wol = mv3110_set_wol,
|
D | phy.c | 1452 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol() 1453 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
D | dp83869.c | 897 .set_wol = dp83869_set_wol,
|
D | dp83867.c | 910 .set_wol = dp83867_set_wol,
|
/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,
|
/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 69 .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/usb/ |
D | asix_devices.c | 123 .set_wol = asix_set_wol, 312 .set_wol = asix_set_wol, 827 .set_wol = asix_set_wol,
|
D | ax88172a.c | 122 .set_wol = asix_set_wol,
|
D | sr9800.c | 526 .set_wol = sr_set_wol,
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 281 .set_wol = atl1c_set_wol,
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 394 .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 | 434 .set_wol = igbvf_set_wol,
|
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 490 .set_wol = pch_gbe_set_wol,
|
/drivers/net/dsa/ |
D | bcm_sf2.c | 1031 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1209 .set_wol = bcm_sf2_sw_set_wol,
|
/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 758 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1337 .set_wol = ef4_ethtool_set_wol,
|
D | net_driver.h | 1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 845 .set_wol = lan743x_ethtool_set_wol,
|
1234