Searched refs:phy_ethtool_get_wol (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/phy/ |
D | phy.c | 1488 void phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) in phy_ethtool_get_wol() function 1493 EXPORT_SYMBOL(phy_ethtool_get_wol);
|
D | phy_device.c | 1812 phy_ethtool_get_wol(phydev, &wol); in phy_suspend()
|
D | phylink.c | 2058 phy_ethtool_get_wol(pl->phydev, wol); in phylink_ethtool_get_wol()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpsw_ethtool.c | 327 phy_ethtool_get_wol(cpsw->slaves[slave_no].phy, wol); in cpsw_get_wol()
|
/linux-6.1.9/Documentation/networking/ |
D | sfp-phylink.rst | 126 * - phy_ethtool_get_wol(phydev, wol)
|
/linux-6.1.9/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 1147 phy_ethtool_get_wol(netdev->phydev, wol); in lan743x_ethtool_get_wol()
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 811 phy_ethtool_get_wol(dev->phydev, wol); in enetc_get_wol()
|
/linux-6.1.9/include/linux/ |
D | phy.h | 1750 void phy_ethtool_get_wol(struct phy_device *phydev,
|
/linux-6.1.9/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 424 phy_ethtool_get_wol(ndev->phydev, wol); in ave_ethtool_get_wol()
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1545 phy_ethtool_get_wol(dev->phydev, wol); in mv643xx_eth_get_wol()
|