Searched refs:GEM_STAT_TITLE (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) macro 982 GEM_STAT_TITLE(OCTTXL, "tx_octets"), /* OCTTXH combined with OCTTXL */ 983 GEM_STAT_TITLE(TXCNT, "tx_frames"), 984 GEM_STAT_TITLE(TXBCCNT, "tx_broadcast_frames"), 985 GEM_STAT_TITLE(TXMCCNT, "tx_multicast_frames"), 986 GEM_STAT_TITLE(TXPAUSECNT, "tx_pause_frames"), 987 GEM_STAT_TITLE(TX64CNT, "tx_64_byte_frames"), 988 GEM_STAT_TITLE(TX65CNT, "tx_65_127_byte_frames"), 989 GEM_STAT_TITLE(TX128CNT, "tx_128_255_byte_frames"), 990 GEM_STAT_TITLE(TX256CN [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) 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(TX256CN [all...] |
Completed in 8 milliseconds