Searched refs:phy_ethtool_get_eee (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 53 return phy_ethtool_get_eee(ndev->phydev, edata); in emac_get_eee()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 147 return phy_ethtool_get_eee(dev->phydev, edata); in sxgbe_get_eee()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy.c | 1603 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee() function 1616 EXPORT_SYMBOL(phy_ethtool_get_eee);
|
H A D | phylink.c | 2705 ret = phy_ethtool_get_eee(pl->phydev, eee); in phylink_ethtool_get_eee()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 379 return phy_ethtool_get_eee(dev->phydev, e); in bcmasp_get_eee()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 432 return phy_ethtool_get_eee(cpsw->slaves[slave_no].phy, edata); in cpsw_get_eee()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1070 ret = phy_ethtool_get_eee(phydev, eee); in lan743x_ethtool_get_eee()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1963 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 1336 return phy_ethtool_get_eee(dev->phydev, e); in bcmgenet_get_eee()
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 1689 ret = phy_ethtool_get_eee(phydev, edata); in lan78xx_get_eee()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 3192 return phy_ethtool_get_eee(ndev->phydev, edata); in fec_enet_set_eee()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 1980 return phy_ethtool_get_eee(tp->phydev, data); in rtl8169_get_eee()
|