Lines Matching refs:GEM_STAT_TITLE
1042 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) macro
1053 GEM_STAT_TITLE(OCTTXL, "tx_octets"), /* OCTTXH combined with OCTTXL */
1054 GEM_STAT_TITLE(TXCNT, "tx_frames"),
1055 GEM_STAT_TITLE(TXBCCNT, "tx_broadcast_frames"),
1056 GEM_STAT_TITLE(TXMCCNT, "tx_multicast_frames"),
1057 GEM_STAT_TITLE(TXPAUSECNT, "tx_pause_frames"),
1058 GEM_STAT_TITLE(TX64CNT, "tx_64_byte_frames"),
1059 GEM_STAT_TITLE(TX65CNT, "tx_65_127_byte_frames"),
1060 GEM_STAT_TITLE(TX128CNT, "tx_128_255_byte_frames"),
1061 GEM_STAT_TITLE(TX256CNT, "tx_256_511_byte_frames"),
1062 GEM_STAT_TITLE(TX512CNT, "tx_512_1023_byte_frames"),
1063 GEM_STAT_TITLE(TX1024CNT, "tx_1024_1518_byte_frames"),
1064 GEM_STAT_TITLE(TX1519CNT, "tx_greater_than_1518_byte_frames"),
1077 GEM_STAT_TITLE(TXDEFERCNT, "tx_deferred_frames"),
1080 GEM_STAT_TITLE(OCTRXL, "rx_octets"), /* OCTRXH combined with OCTRXL */
1081 GEM_STAT_TITLE(RXCNT, "rx_frames"),
1082 GEM_STAT_TITLE(RXBROADCNT, "rx_broadcast_frames"),
1083 GEM_STAT_TITLE(RXMULTICNT, "rx_multicast_frames"),
1084 GEM_STAT_TITLE(RXPAUSECNT, "rx_pause_frames"),
1085 GEM_STAT_TITLE(RX64CNT, "rx_64_byte_frames"),
1086 GEM_STAT_TITLE(RX65CNT, "rx_65_127_byte_frames"),
1087 GEM_STAT_TITLE(RX128CNT, "rx_128_255_byte_frames"),
1088 GEM_STAT_TITLE(RX256CNT, "rx_256_511_byte_frames"),
1089 GEM_STAT_TITLE(RX512CNT, "rx_512_1023_byte_frames"),
1090 GEM_STAT_TITLE(RX1024CNT, "rx_1024_1518_byte_frames"),
1091 GEM_STAT_TITLE(RX1519CNT, "rx_greater_than_1518_byte_frames"),