Searched defs:t_FmMacStatistics (Results 1 – 1 of 1) sorted by relevance
152 typedef struct t_FmMacStatistics { struct154 uint64_t eStatPkts64; /**< r-10G tr-DT 64 byte frame counter */155 uint64_t eStatPkts65to127; /**< r-10G 65 to 127 byte frame counter */156 uint64_t eStatPkts128to255; /**< r-10G 128 to 255 byte frame counter */157 uint64_t eStatPkts256to511; /**< r-10G 256 to 511 byte frame counter */158 uint64_t eStatPkts512to1023; /**< r-10G 512 to 1023 byte frame counter */159 uint64_t eStatPkts1024to1518; /**< r-10G 1024 to 1518 byte frame counter */160 uint64_t eStatPkts1519to1522; /**< r-10G 1519 to 1522 byte good frame count */162 …ments; /**< Total number of packets that were less than 64 octets long with a wrong CRC.*/163 …t eStatJabbers; /**< Total number of packets longer than valid maximum length octets */[all …]