/Linux-v4.19/drivers/net/phy/ |
D | at803x.c | 377 .set_wol = at803x_set_wol, 393 .set_wol = at803x_set_wol, 408 .set_wol = at803x_set_wol,
|
D | mscc.c | 677 .set_wol = &vsc85xx_wol_set, 698 .set_wol = &vsc85xx_wol_set, 719 .set_wol = &vsc85xx_wol_set, 740 .set_wol = &vsc85xx_wol_set,
|
D | microchip.c | 361 .set_wol = lan88xx_set_wol,
|
D | dp83822.c | 325 .set_wol = dp83822_set_wol,
|
D | dp83tc811.c | 354 .set_wol = dp83811_set_wol,
|
D | phy.c | 1316 if (phydev->drv && phydev->drv->set_wol) in phy_ethtool_set_wol() 1317 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
D | marvell.c | 2136 .set_wol = &m88e1318_set_wol, 2235 .set_wol = &m88e1318_set_wol,
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 69 .set_wol = mwifiex_ethtool_set_wol,
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 116 .set_wol = lbs_ethtool_set_wol,
|
/Linux-v4.19/include/linux/ |
D | ethtool.h | 338 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
D | phy.h | 598 int (*set_wol)(struct phy_device *dev, struct ethtool_wolinfo *wol); member
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 402 .set_wol = uec_set_wol,
|
/Linux-v4.19/drivers/net/usb/ |
D | ax88172a.c | 159 .set_wol = asix_set_wol,
|
D | asix_devices.c | 135 .set_wol = asix_set_wol, 301 .set_wol = asix_set_wol, 787 .set_wol = asix_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 297 .set_wol = atl1c_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 384 .set_wol = atl1e_set_wol,
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 629 if (ds->ops->set_wol) in dsa_slave_set_wol() 630 ret = ds->ops->set_wol(ds, dp->index, w); in dsa_slave_set_wol() 997 .set_wol = dsa_slave_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 431 .set_wol = igbvf_set_wol,
|
/Linux-v4.19/include/net/ |
D | dsa.h | 399 int (*set_wol)(struct dsa_switch *ds, int port, member
|
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 499 .set_wol = pch_gbe_set_wol,
|
/Linux-v4.19/drivers/net/dsa/ |
D | bcm_sf2.c | 771 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 911 .set_wol = bcm_sf2_sw_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 721 .set_wol = lan743x_ethtool_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1076 int (*set_wol)(struct ef4_nic *efx, u32 type); member
|
D | ethtool.c | 760 return efx->type->set_wol(efx, wol->wolopts); in ef4_ethtool_set_wol() 1336 .set_wol = ef4_ethtool_set_wol,
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 782 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 1562 .set_wol = efx_ethtool_set_wol,
|