/Linux-v5.4/drivers/net/phy/ |
D | at803x.c | 435 .set_wol = at803x_set_wol, 451 .set_wol = at803x_set_wol, 465 .set_wol = at803x_set_wol,
|
D | microchip.c | 348 .set_wol = lan88xx_set_wol,
|
D | mscc.c | 2337 .set_wol = &vsc85xx_wol_set, 2362 .set_wol = &vsc85xx_wol_set, 2387 .set_wol = &vsc85xx_wol_set, 2412 .set_wol = &vsc85xx_wol_set, 2437 .set_wol = &vsc85xx_wol_set, 2463 .set_wol = &vsc85xx_wol_set,
|
D | dp83822.c | 312 .set_wol = dp83822_set_wol, \
|
D | dp83tc811.c | 342 .set_wol = dp83811_set_wol,
|
D | phy.c | 1173 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol() 1174 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 69 .set_wol = mwifiex_ethtool_set_wol,
|
/Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 116 .set_wol = lbs_ethtool_set_wol,
|
/Linux-v5.4/include/linux/ |
D | ethtool.h | 330 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/Linux-v5.4/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 396 .set_wol = uec_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 283 .set_wol = atl1c_set_wol,
|
/Linux-v5.4/drivers/net/usb/ |
D | ax88172a.c | 147 .set_wol = asix_set_wol,
|
D | asix_devices.c | 123 .set_wol = asix_set_wol, 289 .set_wol = asix_set_wol, 780 .set_wol = asix_set_wol,
|
D | sr9800.c | 526 .set_wol = sr_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 370 .set_wol = atl1e_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 431 .set_wol = igbvf_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 488 .set_wol = pch_gbe_set_wol,
|
/Linux-v5.4/net/dsa/ |
D | slave.c | 730 if (ds->ops->set_wol) in dsa_slave_set_wol() 731 ret = ds->ops->set_wol(ds, dp->index, w); in dsa_slave_set_wol() 1189 .set_wol = dsa_slave_set_wol,
|
/Linux-v5.4/include/net/ |
D | dsa.h | 414 int (*set_wol)(struct dsa_switch *ds, int port, member
|
/Linux-v5.4/drivers/net/dsa/ |
D | bcm_sf2.c | 785 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 957 .set_wol = bcm_sf2_sw_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 588 .set_wol = aq_ethtool_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1073 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
D | ethtool.c | 757 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1333 .set_wol = ef4_ethtool_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 844 .set_wol = lan743x_ethtool_set_wol,
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | ethtool.c | 779 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 1559 .set_wol = efx_ethtool_set_wol,
|