Linux Kernel
3.7.1
|
#include <ethtool.h>
Data Fields | |
__u32 | cmd |
__u32 | supported |
__u32 | advertised |
__u32 | lp_advertised |
__u32 | eee_active |
__u32 | eee_enabled |
__u32 | tx_lpi_enabled |
__u32 | tx_lpi_timer |
__u32 | reserved [2] |
struct ethtool_eee - Energy Efficient Ethernet information : ETHTOOL_{G,S}EEE : Mask of SUPPORTED_* flags for the speed/duplex combinations for which there is EEE support. : Mask of ADVERTISED_* flags for the speed/duplex combinations advertised as eee capable. : Mask of ADVERTISED_* flags for the speed/duplex combinations advertised by the link partner as eee capable. : Result of the eee auto negotiation. : EEE configured mode (enabled/disabled). : Whether the interface should assert its tx lpi, given that eee was negotiated. : Time in microseconds the interface delays prior to asserting its tx lpi (after reaching 'idle' state). Effective only when eee was negotiated and tx_lpi_enabled was set.