Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c72 ret = phy_ethtool_set_wol(dev->phydev, wol); in bcmgenet_set_wol()
/openbmc/linux/drivers/net/phy/
H A Dphy.c1646 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol() function
1660 EXPORT_SYMBOL(phy_ethtool_set_wol);
H A Dphylink.c2278 ret = phy_ethtool_set_wol(pl->phydev, wol); in phylink_ethtool_set_wol()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst128 * - phy_ethtool_set_wol(phydev, wol)
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c337 return phy_ethtool_set_wol(cpsw->slaves[slave_no].phy, wol); in cpsw_set_wol()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1188 ret = phy_ethtool_set_wol(netdev->phydev, &phy_wol); in lan743x_ethtool_set_wol()
/openbmc/linux/include/linux/
H A Dphy.h1964 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c892 ret = phy_ethtool_set_wol(dev->phydev, wol); in enetc_set_wol()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c435 return phy_ethtool_set_wol(ndev->phydev, wol); in __ave_ethtool_set_wol()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1557 err = phy_ethtool_set_wol(dev->phydev, wol); in mv643xx_eth_set_wol()
/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c1671 phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()