Home
last modified time | relevance | path

Searched refs:eee (Results 1 – 4 of 4) sorted by relevance

/include/net/
Deee.h22 static inline void eeecfg_to_eee(struct ethtool_keee *eee, in eeecfg_to_eee() argument
25 eee->tx_lpi_timer = eeecfg->tx_lpi_timer; in eeecfg_to_eee()
26 eee->tx_lpi_enabled = eeecfg->tx_lpi_enabled; in eeecfg_to_eee()
27 eee->eee_enabled = eeecfg->eee_enabled; in eeecfg_to_eee()
31 const struct ethtool_keee *eee) in eee_to_eeecfg() argument
33 eeecfg->tx_lpi_timer = eee->tx_lpi_timer; in eee_to_eeecfg()
34 eeecfg->tx_lpi_enabled = eee->tx_lpi_enabled; in eee_to_eeecfg()
35 eeecfg->eee_enabled = eee->eee_enabled; in eee_to_eeecfg()
/include/linux/
Dphylink.h629 int phylink_ethtool_get_eee(struct phylink *link, struct ethtool_keee *eee);
630 int phylink_ethtool_set_eee(struct phylink *link, struct ethtool_keee *eee);
Dethtool.h1078 int (*get_eee)(struct net_device *dev, struct ethtool_keee *eee);
1079 int (*set_eee)(struct net_device *dev, struct ethtool_keee *eee);
/include/linux/qed/
Dqed_if.h730 struct qed_link_eee_params eee; member
751 struct qed_link_eee_params eee; member