/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | ethtool.c | 22 mwifiex_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) mwifiex_ethtool_get_wol() argument 43 mwifiex_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) mwifiex_ethtool_set_wol() argument
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | ethtool.c | 66 lbs_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) lbs_ethtool_get_wol() argument 86 lbs_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) lbs_ethtool_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet_wol.c | 44 void bcmgenet_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bcmgenet_get_wol() argument 64 int bcmgenet_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bcmgenet_set_wol() argument
|
/linux-4.4.14/drivers/net/phy/ |
H A D | microchip.c | 100 lan88xx_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) lan88xx_set_wol() argument
|
H A D | at803x.c | 88 at803x_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) at803x_set_wol() argument 139 at803x_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) at803x_get_wol() argument
|
H A D | phy.c | 1250 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) phy_ethtool_set_wol() argument 1259 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) phy_ethtool_get_wol() argument
|
H A D | phy_device.c | 767 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; phy_suspend() local
|
H A D | marvell.c | 888 static void m88e1318_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) m88e1318_get_wol() argument 905 static int m88e1318_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) m88e1318_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 258 static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1c_set_wol() argument 238 atl1c_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1c_get_wol() argument
|
H A D | atl1c.h | 540 u32 wol; member in struct:atl1c_adapter
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_ethtool.c | 341 static int atl1e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1e_set_wol() argument 321 atl1e_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1e_get_wol() argument
|
H A D | atl1e.h | 440 u32 wol; member in struct:atl1e_adapter
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
H A D | bfin_mac.h | 80 int wol; /* Wake On Lan */ member in struct:bfin_mac_local
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 323 igbvf_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igbvf_get_wol() argument 330 igbvf_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igbvf_set_wol() argument
|
H A D | igbvf.h | 270 u32 wol; member in struct:igbvf_adapter
|
/linux-4.4.14/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 450 vmxnet3_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) vmxnet3_get_wol() argument 460 vmxnet3_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) vmxnet3_set_wol() argument
|
H A D | vmxnet3_int.h | 350 u32 wol; member in struct:vmxnet3_adapter
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_ethtool.c | 199 pch_gbe_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) pch_gbe_get_wol() argument 225 pch_gbe_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) pch_gbe_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 358 static void uec_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) uec_get_wol() argument 371 static int uec_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) uec_set_wol() argument
|
H A D | gianfar_ethtool.c | 641 static void gfar_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) gfar_get_wol() argument 661 static int gfar_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) gfar_set_wol() argument
|
H A D | fec_main.c | 2588 fec_enet_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) fec_enet_get_wol() argument 2601 fec_enet_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) fec_enet_set_wol() argument
|
H A D | gianfar.c | 1608 u16 wol = priv->wol_opts; gfar_suspend() local 1651 u16 wol = priv->wol_opts; gfar_resume() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
H A D | qlge_ethtool.c | 420 static void ql_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) ql_get_wol() argument 433 static int ql_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) ql_set_wol() argument
|
H A D | qlge_mpi.c | 839 int ql_mb_wol_mode(struct ql_adapter *qdev, u32 wol) ql_mb_wol_mode() argument
|
H A D | qlge_main.c | 3938 u32 wol = MB_WOL_DISABLE; ql_wol() local
|
H A D | qlge.h | 2059 u32 wol; member in struct:ql_adapter
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 553 static void stmmac_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) stmmac_get_wol() argument 565 static int stmmac_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) stmmac_set_wol() argument
|
/linux-4.4.14/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1314 bcm_sf2_sw_get_wol(struct dsa_switch *ds, int port, struct ethtool_wolinfo *wol) bcm_sf2_sw_get_wol() argument 1337 bcm_sf2_sw_set_wol(struct dsa_switch *ds, int port, struct ethtool_wolinfo *wol) bcm_sf2_sw_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 690 netxen_nic_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) netxen_nic_get_wol() argument 711 netxen_nic_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) netxen_nic_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | siena.c | 626 static void siena_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) siena_get_wol() argument
|
H A D | ethtool.c | 755 efx_ethtool_get_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) efx_ethtool_get_wol() argument 763 efx_ethtool_set_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) efx_ethtool_set_wol() argument
|
H A D | ef10.c | 1567 static void efx_ef10_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) efx_ef10_get_wol() argument 1559 efx_ef10_get_wol_vf(struct efx_nic *efx, struct ethtool_wolinfo *wol) efx_ef10_get_wol_vf() argument
|
H A D | falcon.c | 2682 static void falcon_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) falcon_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 1917 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_set_wol() argument 1882 e1000_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_get_wol() argument
|
H A D | e1000.h | 322 u32 wol; member in struct:e1000_adapter
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 215 mlx4_en_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) mlx4_en_get_wol() argument 254 mlx4_en_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) mlx4_en_set_wol() argument
|
H A D | mlx4_en.h | 583 bool wol; member in struct:mlx4_en_priv
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 1310 gelic_net_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) gelic_net_get_wol() argument 1321 gelic_net_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) gelic_net_set_wol() argument
|
/linux-4.4.14/drivers/net/usb/ |
H A D | pegasus.c | 890 pegasus_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) pegasus_get_wol() argument 899 pegasus_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) pegasus_set_wol() argument 928 struct ethtool_wolinfo wol; pegasus_reset_wol() local
|
H A D | lan78xx.c | 201 u32 wol; member in struct:lan78xx_priv 3056 static int lan78xx_set_suspend(struct lan78xx_net *dev, u32 wol) lan78xx_set_suspend() argument 1012 lan78xx_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) lan78xx_get_wol() argument 1040 lan78xx_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) lan78xx_set_wol() argument
|
H A D | r8152.c | 3536 static void rtl8152_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8152_get_wol() argument 3556 static int rtl8152_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8152_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 1459 qlcnic_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) qlcnic_get_wol() argument 1482 qlcnic_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) qlcnic_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 784 static void be_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) be_get_wol() argument 798 static int be_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) be_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 233 u32 wol; member in struct:e1000_adapter
|
H A D | e1000_ethtool.c | 1698 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_set_wol() argument 1603 e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wolinfo *wol) e1000_wol_exclusion() argument 1658 e1000_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 399 bcm_sysport_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bcm_sysport_get_wol() argument 418 bcm_sysport_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bcm_sysport_set_wol() argument
|
H A D | b44.c | 2084 static void b44_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) b44_get_wol() argument 2096 static int b44_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) b44_set_wol() argument
|
H A D | bnx2.c | 7098 bnx2_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bnx2_get_wol() argument 7117 bnx2_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bnx2_set_wol() argument
|
H A D | tg3.c | 12251 static void tg3_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) tg3_get_wol() argument 12265 static int tg3_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) tg3_set_wol() argument
|
H A D | bnx2.h | 6898 u8 wol; member in struct:bnx2
|
/linux-4.4.14/net/core/ |
H A D | ethtool.c | 930 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; ethtool_get_wol() local 944 struct ethtool_wolinfo wol; ethtool_set_wol() local
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 1107 typhoon_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) typhoon_get_wol() argument 1121 typhoon_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) typhoon_set_wol() argument
|
H A D | 3c59x.c | 2997 static void vortex_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) vortex_get_wol() argument 3011 static int vortex_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) vortex_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 1778 static int i40e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) i40e_set_wol() argument 1754 i40e_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) i40e_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 2064 static void igb_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igb_get_wol() argument 2095 static int igb_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) igb_set_wol() argument
|
H A D | igb.h | 387 u32 wol; member in struct:igb_adapter
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 2130 static int ixgbe_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) ixgbe_set_wol() argument 2091 ixgbe_wol_exclusion(struct ixgbe_adapter *adapter, struct ethtool_wolinfo *wol) ixgbe_wol_exclusion() argument 2107 ixgbe_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) ixgbe_get_wol() argument
|
H A D | ixgbe.h | 737 u32 wol; member in struct:ixgbe_adapter
|
/linux-4.4.14/drivers/net/ethernet/ |
H A D | jme.c | 2617 jme_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) jme_get_wol() argument 2635 jme_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) jme_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | sungem.c | 2074 static void gem_stop_phy(struct gem *gp, int wol) gem_stop_phy() argument 2194 static void gem_do_stop(struct net_device *dev, int wol) gem_do_stop() argument 2646 static void gem_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) gem_get_wol() argument 2660 static int gem_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) gem_set_wol() argument
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | fwcmd.h | 231 struct carl9170_wol_cmd wol; member in union:carl9170_cmd::__anon8187
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 391 u8 wol; member in struct:qed_dev
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
H A D | sis900.c | 2077 static int sis900_set_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) sis900_set_wol() argument 2113 static void sis900_get_wol(struct net_device *net_dev, struct ethtool_wolinfo *wol) sis900_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 1689 cxgb4vf_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) cxgb4vf_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 1002 static void uli526x_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) uli526x_get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 3393 atl1_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1_get_wol() argument 3404 atl1_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1_set_wol() argument
|
H A D | atl2.c | 2055 static int atl2_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl2_set_wol() argument 2035 atl2_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl2_get_wol() argument
|
H A D | atl2.h | 455 u32 wol; member in struct:atl2_adapter
|
H A D | atl1.h | 762 u32 wol; member in struct:atl1_adapter
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
H A D | skge.c | 245 static void skge_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) skge_get_wol() argument 253 static int skge_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) skge_set_wol() argument
|
H A D | mv643xx_eth.c | 1554 mv643xx_eth_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) mv643xx_eth_get_wol() argument 1564 mv643xx_eth_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) mv643xx_eth_set_wol() argument
|
H A D | sky2.c | 3552 static void sky2_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) sky2_get_wol() argument 3560 static int sky2_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) sky2_set_wol() argument 4748 sky2_init_netdev(struct sky2_hw *hw, unsigned port, int highmem, int wol) sky2_init_netdev() argument
|
H A D | skge.h | 2465 u8 wol; member in struct:skge_port
|
H A D | sky2.h | 2263 u8 wol; /* WAKE_ bits */ member in struct:sky2_port
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 3427 static void velocity_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) velocity_ethtool_get_wol() argument 3443 static int velocity_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) velocity_ethtool_set_wol() argument
|
H A D | via-rhine.c | 2362 static void rhine_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rhine_get_wol() argument 2376 static int rhine_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rhine_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2089 static void get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) get_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 1746 sundance_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) sundance_get_wol() argument 1766 sundance_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) sundance_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 1095 static void bnx2x_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bnx2x_get_wol() argument 1112 static int bnx2x_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) bnx2x_set_wol() argument
|
H A D | bnx2x.h | 1660 u8 wol; member in struct:bnx2x
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
H A D | cpsw.c | 1862 static void cpsw_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) cpsw_get_wol() argument 1874 static int cpsw_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) cpsw_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 1506 static void cp_get_wol (struct net_device *dev, struct ethtool_wolinfo *wol) cp_get_wol() argument 1516 static int cp_set_wol (struct net_device *dev, struct ethtool_wolinfo *wol) cp_set_wol() argument 1332 netdev_set_wol(struct cp_private *cp, const struct ethtool_wolinfo *wol) netdev_set_wol() argument 1365 netdev_get_wol(struct cp_private *cp, struct ethtool_wolinfo *wol) netdev_get_wol() argument
|
H A D | 8139too.c | 2311 static void rtl8139_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8139_get_wol() argument 2345 static int rtl8139_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8139_set_wol() argument
|
H A D | r8169.c | 1749 static void rtl8169_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8169_get_wol() argument 1845 static int rtl8169_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) rtl8169_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 1661 xgmac_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) xgmac_get_wol() argument 1672 xgmac_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) xgmac_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 2605 static void get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) get_wol() argument 2614 static int set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) set_wol() argument 3209 u32 wol = readl(ioaddr + WOLCmd) & WakeOptsSummary; netdev_close() local 3295 u32 wol = readl(ioaddr + WOLCmd) & WakeOptsSummary; natsemi_suspend() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
H A D | e100.c | 2493 static void e100_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e100_get_wol() argument 2500 static int e100_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e100_set_wol() argument
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 6171 netdev_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) netdev_get_wol() argument 6191 netdev_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) netdev_set_wol() argument
|