Home
last modified time | relevance | path

Searched refs:phy_ethtool_get_wol (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/phy/
Dphy.c1206 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_get_wol() function
1211 EXPORT_SYMBOL(phy_ethtool_get_wol);
Dphy_device.c705 phy_ethtool_get_wol(phydev, &wol); in phy_suspend()
/linux-4.1.27/include/linux/
Dphy.h782 void phy_ethtool_get_wol(struct phy_device *phydev,
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpsw.c1865 phy_ethtool_get_wol(priv->slaves[slave_no].phy, wol); in cpsw_get_wol()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1528 phy_ethtool_get_wol(mp->phy, wol); in mv643xx_eth_get_wol()