Lines Matching refs:DEV_STAT
1254 #define DEV_STAT(m) sizeof(((struct net_device_stats *)0)->m), \ macro
1258 { "rx_packets", DEV_STAT(rx_packets), -1 },
1259 { "tx_packets", DEV_STAT(tx_packets), -1 },
1260 { "rx_bytes", DEV_STAT(rx_bytes), -1 },
1261 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
1262 { "rx_errors", DEV_STAT(rx_errors), -1 },
1263 { "tx_errors", DEV_STAT(tx_errors), -1 },
1264 { "rx_dropped", DEV_STAT(rx_dropped), -1 },
1265 { "tx_dropped", DEV_STAT(tx_dropped), -1 },
2478 { "rx_packets", DEV_STAT(rx_packets), -1 },
2479 { "tx_packets", DEV_STAT(tx_packets), -1 },
2480 { "rx_bytes", DEV_STAT(rx_bytes), -1 },
2481 { "tx_bytes", DEV_STAT(tx_bytes), -1 },
2482 { "rx_errors", DEV_STAT(rx_errors), -1 },
2483 { "tx_errors", DEV_STAT(tx_errors), -1 },
2484 { "rx_dropped", DEV_STAT(rx_dropped), -1 },
2485 { "tx_dropped", DEV_STAT(tx_dropped), -1 },