Searched hist:ad7dffae4e40b5ed3b145b08625a4b1a9725211f (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_regs.h | diff ad7dffae4e40b5ed3b145b08625a4b1a9725211f Sat Jul 13 21:02:09 CEST 2024 Sasha Neftin <sasha.neftin@intel.com> igc: Add Energy Efficient Ethernet ability
According to the IEEE standard report the EEE ability (registers 7.60 and 7.62) and the EEE Link Partner ability (registers 7.61 and 7.63). Use the kernel's 'ethtool_keee' structure and report EEE link modes.
Example: ethtool --show-eee <device>
Before: Advertised EEE link modes: Not reported Link partner advertised EEE link modes: Not reported
After: Advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full Link partner advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Avigail Dahan <avigailx.dahan@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | igc_defines.h | diff ad7dffae4e40b5ed3b145b08625a4b1a9725211f Sat Jul 13 21:02:09 CEST 2024 Sasha Neftin <sasha.neftin@intel.com> igc: Add Energy Efficient Ethernet ability
According to the IEEE standard report the EEE ability (registers 7.60 and 7.62) and the EEE Link Partner ability (registers 7.61 and 7.63). Use the kernel's 'ethtool_keee' structure and report EEE link modes.
Example: ethtool --show-eee <device>
Before: Advertised EEE link modes: Not reported Link partner advertised EEE link modes: Not reported
After: Advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full Link partner advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Avigail Dahan <avigailx.dahan@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | igc_ethtool.c | diff ad7dffae4e40b5ed3b145b08625a4b1a9725211f Sat Jul 13 21:02:09 CEST 2024 Sasha Neftin <sasha.neftin@intel.com> igc: Add Energy Efficient Ethernet ability
According to the IEEE standard report the EEE ability (registers 7.60 and 7.62) and the EEE Link Partner ability (registers 7.61 and 7.63). Use the kernel's 'ethtool_keee' structure and report EEE link modes.
Example: ethtool --show-eee <device>
Before: Advertised EEE link modes: Not reported Link partner advertised EEE link modes: Not reported
After: Advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full Link partner advertised EEE link modes: 100baseT/Full 1000baseT/Full 2500baseT/Full
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Avigail Dahan <avigailx.dahan@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|