Home
last modified time | relevance | path

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

/include/net/
A Deee.h19 static inline void eeecfg_to_eee(struct ethtool_keee *eee, in eeecfg_to_eee() argument
22 eee->tx_lpi_timer = eeecfg->tx_lpi_timer; in eeecfg_to_eee()
23 eee->tx_lpi_enabled = eeecfg->tx_lpi_enabled; in eeecfg_to_eee()
24 eee->eee_enabled = eeecfg->eee_enabled; in eeecfg_to_eee()
28 const struct ethtool_keee *eee) in eee_to_eeecfg() argument
30 eeecfg->tx_lpi_timer = eee->tx_lpi_timer; in eee_to_eeecfg()
31 eeecfg->tx_lpi_enabled = eee->tx_lpi_enabled; in eee_to_eeecfg()
32 eeecfg->eee_enabled = eee->eee_enabled; in eee_to_eeecfg()
/include/linux/
A Dphylink.h738 int phylink_ethtool_get_eee(struct phylink *link, struct ethtool_keee *eee);
739 int phylink_ethtool_set_eee(struct phylink *link, struct ethtool_keee *eee);
A Dethtool.h1200 int (*get_eee)(struct net_device *dev, struct ethtool_keee *eee);
1201 int (*set_eee)(struct net_device *dev, struct ethtool_keee *eee);
/include/linux/qed/
A Dqed_if.h730 struct qed_link_eee_params eee; member
751 struct qed_link_eee_params eee; member

Completed in 18 milliseconds