Lines Matching defs:t_FmMacStatistics
152 typedef struct t_FmMacStatistics { struct
154 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 */
164 … /**< number of dropped packets due to internal errors of the MAC Client (during receive). */
165 …CAlignErrors; /**< Incremented when frames of correct length but with CRC error are received.*/
166 …zePkts; /**< Incremented for frames under 64 bytes with a valid FCS and otherwise well formed;
168 …izePkts; /**< Incremented for frames which exceed 1518 (non VLAN) or 1522 (VLAN) and contains
171 uint64_t teStatPause; /**< Pause MAC Control received */
172 uint64_t reStatPause; /**< Pause MAC Control sent */
174 uint64_t ifInOctets; /**< Total number of byte received. */
198 } t_FmMacStatistics; argument