Searched refs:phy_ethtool_set_wol (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet_wol.c | 72 ret = phy_ethtool_set_wol(dev->phydev, wol); in bcmgenet_set_wol()
|
| /linux/drivers/net/phy/ |
| A D | phy.c | 1734 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol() function 1748 EXPORT_SYMBOL(phy_ethtool_set_wol);
|
| A D | phylink.c | 2431 ret = phy_ethtool_set_wol(pl->phydev, wol); in phylink_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | cpsw_ethtool.c | 337 return phy_ethtool_set_wol(cpsw->slaves[slave_no].phy, wol); in cpsw_set_wol()
|
| /linux/Documentation/networking/ |
| A D | sfp-phylink.rst | 128 * - phy_ethtool_set_wol(phydev, wol)
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_ethtool.c | 893 ret = phy_ethtool_set_wol(dev->phydev, wol); in enetc_set_wol()
|
| /linux/include/linux/ |
| A D | phy.h | 2035 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
|
| /linux/drivers/net/ethernet/socionext/ |
| A D | sni_ave.c | 435 return phy_ethtool_set_wol(ndev->phydev, wol); in __ave_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | mv643xx_eth.c | 1557 err = phy_ethtool_set_wol(dev->phydev, wol); in mv643xx_eth_set_wol()
|
| /linux/drivers/net/usb/ |
| A D | lan78xx.c | 1666 phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()
|
Completed in 53 milliseconds