Energy-Efficient Ethernet
specified in IEEE 802.3.
The EEE capability combines the IEEE 802.3 Media Access Control (MAC) Sublayer with a family of Physical Layers defined to support operation in the Low Power Idle (LPI)
mode. When the LPI mode is enabled, systems on both sides of the link can save power during periods of low link utilization. The key features of EEE are listed below:
LPI_ASSERTED
, the LPI client requests the PHY to transition to the LPI state by deasserting TX_EN
, asserting TX_ER
, and setting TXD<3:0>
to 0b0001
.TX_ER
and TXD
RX_ER
and setting RXD<3:0>
to 0b0001
while keeping RX_DV
deasserted.RX_ER
and returning to a normal interframe state.
The GMII has the same LPI mechanism as the MII, except that TXD<7:0>
and RXD<7:0>
are set to 0x01
.