Lines Matching refs:GEM_STAT_TITLE_BITS
1042 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0)
1043 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ macro
1065 GEM_STAT_TITLE_BITS(TXURUNCNT, "tx_underrun",
1067 GEM_STAT_TITLE_BITS(SNGLCOLLCNT, "tx_single_collision_frames",
1069 GEM_STAT_TITLE_BITS(MULTICOLLCNT, "tx_multiple_collision_frames",
1071 GEM_STAT_TITLE_BITS(EXCESSCOLLCNT, "tx_excessive_collisions",
1075 GEM_STAT_TITLE_BITS(LATECOLLCNT, "tx_late_collisions",
1078 GEM_STAT_TITLE_BITS(TXCSENSECNT, "tx_carrier_sense_errors",
1092 GEM_STAT_TITLE_BITS(RXUNDRCNT, "rx_undersized_frames",
1094 GEM_STAT_TITLE_BITS(RXOVRCNT, "rx_oversize_frames",
1096 GEM_STAT_TITLE_BITS(RXJABCNT, "rx_jabbers",
1098 GEM_STAT_TITLE_BITS(RXFCSCNT, "rx_frame_check_sequence_errors",
1100 GEM_STAT_TITLE_BITS(RXLENGTHCNT, "rx_length_field_frame_errors",
1102 GEM_STAT_TITLE_BITS(RXSYMBCNT, "rx_symbol_errors",
1104 GEM_STAT_TITLE_BITS(RXALIGNCNT, "rx_alignment_errors",
1106 GEM_STAT_TITLE_BITS(RXRESERRCNT, "rx_resource_errors",
1108 GEM_STAT_TITLE_BITS(RXORCNT, "rx_overruns",
1110 GEM_STAT_TITLE_BITS(RXIPCCNT, "rx_ip_header_checksum_errors",
1112 GEM_STAT_TITLE_BITS(RXTCPCCNT, "rx_tcp_checksum_errors",
1114 GEM_STAT_TITLE_BITS(RXUDPCCNT, "rx_udp_checksum_errors",