MotoHawk Ethernet IEEE status

Outputs the status of the IEEE counters for the ethernet adapter.

Block ID

Ethernet IEEE Status

Library

motohawk_ethernet_lib

Description

This block outputs the status of the selected parameter within the ethernet adapter according to section 5 of the IEEE 802.3 (1998 edition) standard.

Block Parameters

Parameter Field Values Comments/Description
Adapter Reference Alpha-numeric text Reference to the Name of the Ethernet Adapter Definition block that this status is refer to.
IEEE Status type Drop-down list Decides which status output will be processed by the block.

Signals

Output port reports following information depending on the selection of the Status Type:

Signal Type Comments/Description
Number of Tx dropped frames uint32 Number of dropped Tx frames.
Number of successfully transmitted frames uint32 Number of frames successfully transmitted.
Number of frames transmitted with single collision uint32 Number of frames that have had a single collision.
Number of frames transmitted with multiple collision uint32 Number of frames that have had multiple collisions.
Number of frames transmitted after deferral delay uint32 Number of frames that have been transmitted after a delay.
Number of frames transmitted with late collision uint32 Number of frames that have been transmitted with a late collision.
Number of frames transmitted with excessive collision uint32 Number of frames that have been transmitted with excessive collisions.
Number of frames transmitted with Tx FIFO underrun uint32 Number of frames that have been transmitted with a FIFO underrun.
Number of frames transmitted with carrier sense error uint32 Number of frames that have been transmitted with a carrier sense error.
Number of frames transmitted with SQE error uint32 Number of frames transmitted with a signal quality error.
Number of flow control pause frames transmitted uint32 Number of flow control pause frames transmitted.
Octet count for frames transmitted without error uint32 Outputs the octet count for frames transmitted without error.
Number of Rx dropped frames uint32 Number of received frames that have been dropped.
Number of successfully received frames uint32 Number of frames received successfully.
Number of frames received with CRC error uint32 Number of frames received with a CRC error.
Number of frames received with alignment error uint32 Number of frames received with alignment error.
Receive FIFO overflow count uint32 Number of frames received with a FIFO overflow.
Number of flow control pause frames received uint32 Number of frames received with a control pause.
Octet count for frames received without error uint32 Number of octets received without error.