Lines Matching refs:DUMP_STATS_ONE
1419 #define DUMP_STATS_ONE(name, val_name) \ macro
1440 DUMP_STATS_ONE("Rx Packets", rx_packets); in dump_statistics()
1441 DUMP_STATS_ONE("Tx Packets", tx_packets); in dump_statistics()
1442 DUMP_STATS_ONE("Rx Bytes", rx_bytes); in dump_statistics()
1443 DUMP_STATS_ONE("Tx Bytes", tx_bytes); in dump_statistics()
1444 DUMP_STATS_ONE("Rx Errors", rx_errors); in dump_statistics()
1445 DUMP_STATS_ONE("Tx Errors", tx_errors); in dump_statistics()
1446 DUMP_STATS_ONE("Rx Dropped", rx_dropped); in dump_statistics()
1447 DUMP_STATS_ONE("Tx Dropped", tx_dropped); in dump_statistics()
1448 DUMP_STATS_ONE("Multicast Packets", multicast); in dump_statistics()
1449 DUMP_STATS_ONE("Collisions", collisions); in dump_statistics()