Lines Matching refs:DEV_STAT
1232 #define DEV_STAT(m) sizeof(((struct net_device_stats *)0)->m), \ macro
1236 { "rx_packets", DEV_STAT(rx_packets), -1 },
1237 { "tx_packets", DEV_STAT(tx_packets), -1 },
1238 { "rx_bytes", DEV_STAT(rx_bytes), -1 },
1239 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
1240 { "rx_errors", DEV_STAT(rx_errors), -1 },
1241 { "tx_errors", DEV_STAT(tx_errors), -1 },
1242 { "rx_dropped", DEV_STAT(rx_dropped), -1 },
1243 { "tx_dropped", DEV_STAT(tx_dropped), -1 },
2451 { "rx_packets", DEV_STAT(rx_packets), -1 },
2452 { "tx_packets", DEV_STAT(tx_packets), -1 },
2453 { "rx_bytes", DEV_STAT(rx_bytes), -1 },
2454 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
2455 { "rx_errors", DEV_STAT(rx_errors), -1 },
2456 { "tx_errors", DEV_STAT(tx_errors), -1 },
2457 { "rx_dropped", DEV_STAT(rx_dropped), -1 },
2458 { "tx_dropped", DEV_STAT(tx_dropped), -1 },