Home
last modified time | relevance | path

Searched refs:phylink_ethtool_get_eee (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h687 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *);
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c520 return phylink_ethtool_get_eee(salve->phylink, edata); in am65_cpsw_get_eee()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c902 return phylink_ethtool_get_eee(priv->phylink, edata); in stmmac_ethtool_op_get_eee()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c2698 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_get_eee() function
2709 EXPORT_SYMBOL_GPL(phylink_ethtool_get_eee);
/openbmc/linux/net/dsa/
H A Dslave.c1278 return phylink_ethtool_get_eee(dp->pl, e); in dsa_slave_get_eee()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c5111 return phylink_ethtool_get_eee(pp->phylink, eee); in mvneta_ethtool_get_eee()