Searched refs:GEM_STAT_TITLE_BITS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/cadence/ |
| D | macb.h | 1029 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) 1030 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ macro 1052 GEM_STAT_TITLE_BITS(TXURUNCNT, "tx_underrun", 1054 GEM_STAT_TITLE_BITS(SNGLCOLLCNT, "tx_single_collision_frames", 1056 GEM_STAT_TITLE_BITS(MULTICOLLCNT, "tx_multiple_collision_frames", 1058 GEM_STAT_TITLE_BITS(EXCESSCOLLCNT, "tx_excessive_collisions", 1062 GEM_STAT_TITLE_BITS(LATECOLLCNT, "tx_late_collisions", 1065 GEM_STAT_TITLE_BITS(TXCSENSECNT, "tx_carrier_sense_errors", 1079 GEM_STAT_TITLE_BITS(RXUNDRCNT, "rx_undersized_frames", 1081 GEM_STAT_TITLE_BITS(RXOVRCNT, "rx_oversize_frames", [all …]
|