/linux-4.4.14/drivers/net/phy/ |
D | at803x.c | 303 .set_wol = at803x_set_wol, 324 .set_wol = at803x_set_wol, 345 .set_wol = at803x_set_wol,
|
D | microchip.c | 132 .set_wol = lan88xx_set_wol,
|
D | phy.c | 1252 if (phydev->drv->set_wol) in phy_ethtool_set_wol() 1253 return phydev->drv->set_wol(phydev, wol); in phy_ethtool_set_wol()
|
D | marvell.c | 1076 .set_wol = &m88e1318_set_wol,
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | ethtool.c | 69 .set_wol = mwifiex_ethtool_set_wol,
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | ethtool.c | 118 .set_wol = lbs_ethtool_set_wol,
|
/linux-4.4.14/include/linux/ |
D | ethtool.h | 224 int (*set_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
D | phy.h | 551 int (*set_wol)(struct phy_device *dev, struct ethtool_wolinfo *wol); member
|
/linux-4.4.14/include/net/ |
D | dsa.h | 252 int (*set_wol)(struct dsa_switch *ds, int port, member
|
/linux-4.4.14/drivers/net/usb/ |
D | asix_devices.c | 124 .set_wol = asix_set_wol, 266 .set_wol = asix_set_wol, 499 .set_wol = asix_set_wol,
|
D | ax88172a.c | 195 .set_wol = asix_set_wol,
|
D | sr9800.c | 524 .set_wol = sr_set_wol,
|
D | pegasus.c | 984 .set_wol = pegasus_set_wol,
|
D | ax88179_178a.c | 826 .set_wol = ax88179_set_wol,
|
D | smsc95xx.c | 753 .set_wol = smsc95xx_ethtool_set_wol,
|
D | smsc75xx.c | 749 .set_wol = smsc75xx_ethtool_set_wol,
|
D | lan78xx.c | 1305 .set_wol = lan78xx_set_wol,
|
D | r8152.c | 3925 .set_wol = rtl8152_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 293 .set_wol = atl1c_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 412 .set_wol = uec_set_wol,
|
D | gianfar_ethtool.c | 1587 .set_wol = gfar_set_wol,
|
D | fec_main.c | 2646 .set_wol = fec_enet_set_wol,
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 812 if (ds->drv->set_wol) in dsa_slave_set_wol() 813 ret = ds->drv->set_wol(ds, p->port, w); in dsa_slave_set_wol() 913 .set_wol = dsa_slave_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 376 .set_wol = atl1e_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 496 .set_wol = pch_gbe_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 451 .set_wol = igbvf_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 767 return efx->type->set_wol(efx, wol->wolopts); in efx_ethtool_set_wol() 1185 .set_wol = efx_ethtool_set_wol,
|
D | net_driver.h | 1254 int (*set_wol)(struct efx_nic *efx, u32 type); member
|
D | siena.c | 955 .set_wol = siena_set_wol,
|
D | falcon.c | 2736 .set_wol = falcon_set_wol, 2834 .set_wol = falcon_set_wol,
|
D | ef10.c | 4691 .set_wol = efx_ef10_set_wol_vf, 4794 .set_wol = efx_ef10_set_wol,
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.c | 1363 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol() 1383 .set_wol = bcm_sf2_sw_set_wol,
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 707 .set_wol = vmxnet3_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 769 .set_wol = stmmac_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 712 .set_wol = ql_set_wol,
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 946 if (!dev->ethtool_ops->set_wol) in ethtool_set_wol() 952 return dev->ethtool_ops->set_wol(dev, &wol); in ethtool_set_wol()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 947 .set_wol = netxen_nic_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 2614 static int set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) in set_wol() function 2694 .set_wol = set_wol,
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 453 - set_wol: ethtool function used to configure Wake-on-LAN settings per-port, 454 direct counterpart to set_wol with similar restrictions
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1300 .set_wol = be_set_wol,
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 273 set_wol: Enable Wake-on-LAN at the PHY level
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1395 .set_wol = gelic_net_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 1374 .set_wol = sc92031_ethtool_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 752 .set_wol = dm9000_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 574 .set_wol = bfin_mac_ethtool_setwol,
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1705 .set_wol = xgmac_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1840 .set_wol = qlcnic_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | dmfe.c | 1128 .set_wol = dmfe_ethtool_set_wol,
|
D | tulip_core.c | 906 .set_wol = tulip_ethtool_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.c | 1490 .set_wol = amd8111e_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1884 .set_wol = e1000_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 2011 .set_wol = mlx4_en_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1727 .set_wol = bcm_sysport_set_wol,
|
D | b44.c | 2118 .set_wol = b44_set_wol,
|
D | bnx2.c | 7809 .set_wol = bnx2_set_wol,
|
D | tg3.c | 14117 .set_wol = tg3_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 1806 .set_wol = sundance_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1600 .set_wol = cp_set_wol,
|
D | 8139too.c | 2498 .set_wol = rtl8139_set_wol,
|
D | r8169.c | 2334 .set_wol = rtl8169_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis900.c | 2137 .set_wol = sis900_set_wol
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 2404 .set_wol = rhine_set_wol,
|
D | via-velocity.c | 3657 .set_wol = velocity_ethtool_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 1152 .set_wol = typhoon_set_wol,
|
D | 3c59x.c | 3042 .set_wol = vortex_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 2313 .set_wol = e1000_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2091 .set_wol = atl2_set_wol,
|
D | atl1.c | 3673 .set_wol = atl1_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2763 .set_wol = i40e_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sungem.c | 2679 .set_wol = gem_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 1925 .set_wol = cpsw_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1769 .set_wol = mv643xx_eth_set_wol,
|
D | skge.c | 884 .set_wol = skge_set_wol,
|
D | sky2.c | 4424 .set_wol = sky2_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 2925 .set_wol = jme_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 2758 .set_wol = e100_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3042 .set_wol = igb_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3610 .set_wol = bnx2x_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 989 .set_wol = bcmgenet_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3188 .set_wol = ixgbe_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6613 .set_wol = netdev_set_wol,
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 5250 .set_wol = nv_set_wol,
|