1.2.5.2.58 TCPIP_MAC_TX_STATISTICS Structure

C

typedef struct {
int nTxOkPackets;
int nTxPendBuffers;
int nTxErrorPackets;
int nTxQueueFull;
} TCPIP_MAC_TX_STATISTICS;

Description

MAC TX Statistics Data.

This structure defines the TX statistics data for the MAC driver.

Parameters

ParametersDescription
nTxOkPacketsNumber of OK transmitted packets.
nTxPendBuffersnumber of unacknowledged pending TX buffers in the driver queues. This is equal with pending TX packets when each packet is contained within a TX buffer.
nTxErrorPacketsNumber of packets that could not be transmitted.
nTxQueueFullNumber of times the TX queue was full this may signal that the number of TX descriptors is too small.

Remarks

This statistics are recorded by the driver, not by the hardware.