Searched refs:phy_ethtool_set_eee (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 61 return phy_ethtool_set_eee(ndev->phydev, edata); in emac_set_eee()
|
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_mdio.c | 248 phy_ethtool_set_eee(phydev, &eee); in ngbe_phy_fixup()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 172 return phy_ethtool_set_eee(dev->phydev, edata); in sxgbe_set_eee()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy.c | 1625 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee() function 1638 EXPORT_SYMBOL(phy_ethtool_set_eee);
|
H A D | phylink.c | 2723 ret = phy_ethtool_set_eee(pl->phydev, eee); in phylink_ethtool_set_eee()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 407 return phy_ethtool_set_eee(dev->phydev, e); in bcmasp_set_eee()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 444 return phy_ethtool_set_eee(cpsw->slaves[slave_no].phy, edata); in cpsw_set_eee()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1134 return phy_ethtool_set_eee(phydev, eee); in lan743x_ethtool_set_eee()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1962 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 251 phy_ethtool_set_eee(adapter->phydev, ðtool_eee); in tsnep_phy_open()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1685 phy_ethtool_set_eee(phydev, &edata); in init_phy()
|
H A D | fec_main.c | 3210 return phy_ethtool_set_eee(ndev->phydev, edata); in fec_enet_set_eee()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 1360 return phy_ethtool_set_eee(dev->phydev, e); in bcmgenet_set_eee()
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 1731 phy_ethtool_set_eee(net->phydev, edata); in lan78xx_set_eee()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 1991 ret = phy_ethtool_set_eee(tp->phydev, data); in rtl8169_set_eee()
|