Lines Matching defs:net_device_stats
42 struct net_device_stats { struct
43 unsigned long rx_packets; /* total packets received */
44 unsigned long tx_packets; /* total packets transmitted */
45 unsigned long rx_bytes; /* total bytes received */
46 unsigned long tx_bytes; /* total bytes transmitted */
47 unsigned long rx_errors; /* bad packets received */
48 unsigned long tx_errors; /* packet transmit problems */
49 unsigned long rx_dropped; /* no space in linux buffers */
50 unsigned long tx_dropped; /* no space available in linux */
51 unsigned long multicast; /* multicast packets received */
52 unsigned long collisions;
55 unsigned long rx_length_errors;
56 unsigned long rx_over_errors; /* receiver ring buff overflow */
57 unsigned long rx_crc_errors; /* recved pkt with crc error */
58 unsigned long rx_frame_errors; /* recv'd frame alignment error */
59 unsigned long rx_fifo_errors; /* recv'r fifo overrun */
60 unsigned long rx_missed_errors; /* receiver missed packet */
63 unsigned long tx_aborted_errors;
64 unsigned long tx_carrier_errors;
65 unsigned long tx_fifo_errors;
66 unsigned long tx_heartbeat_errors;
67 unsigned long tx_window_errors;
70 unsigned long rx_compressed;
71 unsigned long tx_compressed;