Cirrus Logic EP93xx User Manual

Page 363

Advertising
background image

DS785UM1

9-61

Copyright 2007 Cirrus Logic

1/10/100 Mbps Ethernet LAN Controller

EP93xx User’s Guide

9

9

9

RxMI:

RxMI is set when a receive frame was discarded due to
the internal FIFO being full. This may be as a result of a
long latency in acquiring the bus or a lack of receive
descriptors. RxMiss is not set in response to a frame that
was partially stored in the FIFO and then discarded due to
lack of FIFO space. This is marked as an Overrun Error in
the Status Queue.

RxBI:

RxBuffers is set when the last available receive descriptor
has been read into the MAC (RxDesEnq = 0). Free
descriptors may still be available in the MAC to
accommodate receive frames.

RxSQI:

The Receive Status Queue bit is set when the last free
status queue location has been written (RXStsEnq = 0).

TxLEI:

The Transmit Length Error status is set when any
excessively long frame is transferred into the transmit data
FIFO. When this occurs, the MAC assumes an error has
occurred in the transmit descriptor queue, and therefore
stops further transmit DMA transfers. An excessively long
frame is defined as one equal or longer than the value
programmed in the Max Frame Length register. The frame
itself will be terminated with a bad CRC.

ECIE:

When set to 1, this bit indicates that the MAC has
exhausted the transmit descriptor chain.

TxUHI:

This bit is set if the MAC runs out of data during a frame
transmission, and the Underrun Halt bit (BMCtl) is set, at
this time the Transmit Descriptor Processor will have been
halted. If the Underrun Halt bit is clear, the MAC will write
an Underrun Status for the frame and continue to the next
transmit frame.

MOI:

If received frames are lost due to slow movement of
receive data out of the receive buffers, then a receive miss
is said to have occurred. When this happens, the RxMISS
counter is incremented. When the MSB of the count is set,
the MissCnt bit in the Interrupt Status Register is set. If the
MissCntiE bit is set, an interrupt will be generated.

TxCOI:

When a transmit collision occurs, the transmit collision
count is incremented. When the MSB of the count is set
the TxCOI bit in the Interrupt Status Register is set. If the
TxCOIE bit is set, an interrupt will be generated.

Advertising