Searched refs:GEM_STAT_TITLE_BITS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb.h | 971 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) 972 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ macro 994 GEM_STAT_TITLE_BITS(TXURUNCNT, "tx_underrun", 996 GEM_STAT_TITLE_BITS(SNGLCOLLCNT, "tx_single_collision_frames", 998 GEM_STAT_TITLE_BITS(MULTICOLLCNT, "tx_multiple_collision_frames", 1000 GEM_STAT_TITLE_BITS(EXCESSCOLLCNT, "tx_excessive_collisions", 1004 GEM_STAT_TITLE_BITS(LATECOLLCNT, "tx_late_collisions", 1007 GEM_STAT_TITLE_BITS(TXCSENSECNT, "tx_carrier_sense_errors", 1021 GEM_STAT_TITLE_BITS(RXUNDRCNT, "rx_undersized_frames", 1023 GEM_STAT_TITLE_BITS(RXOVRCN [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb.h | 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(RXOVRCN [all...] |
Completed in 8 milliseconds