Searched refs:phy_ethtool_set_wol (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet_wol.c | 80 ret = phy_ethtool_set_wol(dev->phydev, wol); in bcmgenet_set_wol()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy.c | 1987 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol() function 2001 EXPORT_SYMBOL(phy_ethtool_set_wol);
|
| H A D | phylink.c | 2674 ret = phy_ethtool_set_wol(pl->phydev, wol); in phylink_ethtool_set_wol()
|
| /linux-6.15/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()
|
| /linux-6.15/Documentation/networking/ |
| H A D | sfp-phylink.rst | 128 * - phy_ethtool_set_wol(phydev, wol)
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 2067 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 885 ret = phy_ethtool_set_wol(dev->phydev, wol); in enetc_set_wol()
|
| /linux-6.15/drivers/net/ethernet/socionext/ |
| H A D | sni_ave.c | 435 return phy_ethtool_set_wol(ndev->phydev, wol); in __ave_ethtool_set_wol()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 1557 err = phy_ethtool_set_wol(dev->phydev, wol); in mv643xx_eth_set_wol()
|
| /linux-6.15/drivers/net/usb/ |
| H A D | lan78xx.c | 1896 ret = phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()
|