Home
last modified time | relevance | path

Searched defs:tsec_rmon_mib (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/
Dtsec.h214 struct tsec_rmon_mib { struct
216 u32 tr64; /* Tx/Rx 64-byte Frame Counter */
217 u32 tr127; /* Tx/Rx 65-127 byte Frame Counter */
218 u32 tr255; /* Tx/Rx 128-255 byte Frame Counter */
219 u32 tr511; /* Tx/Rx 256-511 byte Frame Counter */
220 u32 tr1k; /* Tx/Rx 512-1023 byte Frame Counter */
221 u32 trmax; /* Tx/Rx 1024-1518 byte Frame Counter */
222 u32 trmgv; /* Tx/Rx 1519-1522 byte Good VLAN Frame */
224 u32 rbyt; /* Receive Byte Counter */
225 u32 rpkt; /* Receive Packet Counter */
[all …]