Searched refs:GEM_STAT_TITLE_BITS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb.h | 1043 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ macro 1065 GEM_STAT_TITLE_BITS(TXURUNCNT, "tx_underrun", 1075 GEM_STAT_TITLE_BITS(LATECOLLCNT, "tx_late_collisions", 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", 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", [all …]
|