Searched defs:mac_statistics (Results 1 – 1 of 1) sorted by relevance
131 struct mac_statistics { struct132 u64 stat_pkts64; /* r-10G tr-DT 64 byte frame counter */133 u64 stat_pkts65to127; /* r-10G 65 to 127 byte frame counter */134 u64 stat_pkts128to255; /* r-10G 128 to 255 byte frame counter */135 u64 stat_pkts256to511; /*r-10G 256 to 511 byte frame counter */136 u64 stat_pkts512to1023;/* r-10G 512 to 1023 byte frame counter */137 u64 stat_pkts1024to1518; /* r-10G 1024 to 1518 byte frame counter */138 u64 stat_pkts1519to1522; /* r-10G 1519 to 1522 byte good frame count*/141 u64 stat_fragments;143 u64 stat_jabbers;[all …]