Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dphy.c1250 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol() function
1257 EXPORT_SYMBOL(phy_ethtool_set_wol);
/linux-4.4.14/include/linux/
Dphy.h816 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpsw.c1880 return phy_ethtool_set_wol(priv->slaves[slave_no].phy, wol); in cpsw_set_wol()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1572 err = phy_ethtool_set_wol(mp->phy, wol); in mv643xx_eth_set_wol()
/linux-4.4.14/drivers/net/usb/
Dlan78xx.c1067 phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()