Searched refs:phy_ethtool_set_wol (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet_wol.c | 72 ret = phy_ethtool_set_wol(dev->phydev, wol); in bcmgenet_set_wol()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy.c | 1646 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 D | phylink.c | 2278 ret = phy_ethtool_set_wol(pl->phydev, wol); in phylink_ethtool_set_wol()
|
/openbmc/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 128 * - phy_ethtool_set_wol(phydev, wol)
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 337 return phy_ethtool_set_wol(cpsw->slaves[slave_no].phy, wol); in cpsw_set_wol()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1188 ret = phy_ethtool_set_wol(netdev->phydev, &phy_wol); in lan743x_ethtool_set_wol()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1964 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 892 ret = phy_ethtool_set_wol(dev->phydev, wol); in enetc_set_wol()
|
/openbmc/linux/drivers/net/ethernet/socionext/ |
H A D | sni_ave.c | 435 return phy_ethtool_set_wol(ndev->phydev, wol); in __ave_ethtool_set_wol()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 1557 err = phy_ethtool_set_wol(dev->phydev, wol); in mv643xx_eth_set_wol()
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 1671 phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()
|