Searched refs:GEM_STAT_TITLE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb.h | 1081 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) macro 1092 GEM_STAT_TITLE(OCTTXL, "tx_octets"), /* OCTTXH combined with OCTTXL */ 1093 GEM_STAT_TITLE(TXCNT, "tx_frames"), 1094 GEM_STAT_TITLE(TXBCCNT, "tx_broadcast_frames"), 1095 GEM_STAT_TITLE(TXMCCNT, "tx_multicast_frames"), 1096 GEM_STAT_TITLE(TXPAUSECNT, "tx_pause_frames"), 1097 GEM_STAT_TITLE(TX64CNT, "tx_64_byte_frames"), 1098 GEM_STAT_TITLE(TX65CNT, "tx_65_127_byte_frames"), 1099 GEM_STAT_TITLE(TX128CNT, "tx_128_255_byte_frames"), 1100 GEM_STAT_TITLE(TX256CNT, "tx_256_511_byte_frames"), [all …]
|