Lines Matching defs:eee
3289 * @eee: a pointer to a &struct ethtool_keee for the read parameters
3291 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_keee *eee)
3301 ret = phy_ethtool_get_eee(pl->phydev, eee);
3304 linkmode_and(eee->supported, eee->supported,
3315 * @eee: a pointer to a &struct ethtool_keee for the desired parameters
3317 int phylink_ethtool_set_eee(struct phylink *pl, struct ethtool_keee *eee)
3326 eee->eee_enabled ? ", enabled" : "",
3327 __ETHTOOL_LINK_MODE_MASK_NBITS, eee->advertised,
3328 eee->tx_lpi_enabled ? " enabled" : "", eee->tx_lpi_timer);
3336 linkmode_and(eee->advertised, eee->advertised,
3338 ret = phy_ethtool_set_eee(pl->phydev, eee);
3340 eee_to_eeecfg(&pl->eee_cfg, eee);