|
SatCat5
|
Data structure for reporting per-port traffic statistics.
Definition at line 176 of file eth_sw_log.h.
#include <eth_sw_log.h>
Public Attributes | |
| u32 | bcast_frames |
| Broadcast frames received from device. | |
| u32 | rcvd_frames |
| Total frames received from device. | |
| u32 | sent_frames |
| Total frames sent from switch to device. | |
| u32 | errct_ovr |
| Frames dropped due to FIFO overflow. | |
| u32 | errct_pkt |
| Invalid packets (bad checksum, etc.) | |
| u32 | errct_total |
| Total packet errors, all types. | |