Lines Matching refs:NET_DEV_STAT
184 #define NET_DEV_STAT(FIELD) \ macro
191 NET_DEV_STAT(rx_packets);
192 NET_DEV_STAT(tx_packets);
193 NET_DEV_STAT(rx_bytes);
194 NET_DEV_STAT(tx_bytes);
195 NET_DEV_STAT(rx_errors);
196 NET_DEV_STAT(tx_errors);
197 NET_DEV_STAT(rx_dropped);
198 NET_DEV_STAT(tx_dropped);
199 NET_DEV_STAT(multicast);
200 NET_DEV_STAT(collisions);
201 NET_DEV_STAT(rx_length_errors);
202 NET_DEV_STAT(rx_over_errors);
203 NET_DEV_STAT(rx_crc_errors);
204 NET_DEV_STAT(rx_frame_errors);
205 NET_DEV_STAT(rx_fifo_errors);
206 NET_DEV_STAT(rx_missed_errors);
207 NET_DEV_STAT(tx_aborted_errors);
208 NET_DEV_STAT(tx_carrier_errors);
209 NET_DEV_STAT(tx_fifo_errors);
210 NET_DEV_STAT(tx_heartbeat_errors);
211 NET_DEV_STAT(tx_window_errors);
212 NET_DEV_STAT(rx_compressed);
213 NET_DEV_STAT(tx_compressed);
215 #undef NET_DEV_STAT