Searched refs:phy_ethtool_set_wol (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/phy/ |
A D | phy.c | 1582 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_set_wol() function 1596 EXPORT_SYMBOL(phy_ethtool_set_wol);
|
A D | phylink.c | 2113 ret = phy_ethtool_set_wol(pl->phydev, wol); in phylink_ethtool_set_wol()
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/networking/ |
A D | sfp-phylink.rst | 128 * - phy_ethtool_set_wol(phydev, wol)
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/ |
A D | lan743x_ethtool.c | 1188 return netdev->phydev ? phy_ethtool_set_wol(netdev->phydev, wol) in lan743x_ethtool_set_wol()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_ethtool.c | 876 ret = phy_ethtool_set_wol(dev->phydev, wol); in enetc_set_wol()
|
/linux-6.3-rc2/include/linux/ |
A D | phy.h | 1850 int phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol);
|
/linux-6.3-rc2/drivers/net/ethernet/socionext/ |
A D | sni_ave.c | 434 return phy_ethtool_set_wol(ndev->phydev, wol); in __ave_ethtool_set_wol()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/ |
A D | mv643xx_eth.c | 1557 err = phy_ethtool_set_wol(dev->phydev, wol); in mv643xx_eth_set_wol()
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | lan78xx.c | 1669 phy_ethtool_set_wol(netdev->phydev, wol); in lan78xx_set_wol()
|
Completed in 45 milliseconds