Searched refs:QUEUE_STAT_TITLE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb.h | 1049 #define QUEUE_STAT_TITLE(title) { \ macro 1067 QUEUE_STAT_TITLE("rx_packets"), 1068 QUEUE_STAT_TITLE("rx_bytes"), 1069 QUEUE_STAT_TITLE("rx_dropped"), 1070 QUEUE_STAT_TITLE("tx_packets"), 1071 QUEUE_STAT_TITLE("tx_bytes"), 1072 QUEUE_STAT_TITLE("tx_dropped"),
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb.h | 1120 #define QUEUE_STAT_TITLE(title) { \ macro 1138 QUEUE_STAT_TITLE("rx_packets"), 1139 QUEUE_STAT_TITLE("rx_bytes"), 1140 QUEUE_STAT_TITLE("rx_dropped"), 1141 QUEUE_STAT_TITLE("tx_packets"), 1142 QUEUE_STAT_TITLE("tx_bytes"), 1143 QUEUE_STAT_TITLE("tx_dropped"),
|
Completed in 8 milliseconds