Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dphy.c1259 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_get_wol() function
1264 EXPORT_SYMBOL(phy_ethtool_get_wol);
Dphy_device.c771 phy_ethtool_get_wol(phydev, &wol); in phy_suspend()
/linux-4.4.14/include/linux/
Dphy.h817 void phy_ethtool_get_wol(struct phy_device *phydev,
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpsw.c1871 phy_ethtool_get_wol(priv->slaves[slave_no].phy, wol); in cpsw_get_wol()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1560 phy_ethtool_get_wol(mp->phy, wol); in mv643xx_eth_get_wol()