Lines Matching defs:net_device_stats
30 struct net_device_stats { struct
31 unsigned long rx_packets; /* total packets received */
32 unsigned long tx_packets; /* total packets transmitted */
33 unsigned long rx_bytes; /* total bytes received */
34 unsigned long tx_bytes; /* total bytes transmitted */
35 unsigned long rx_errors; /* bad packets received */
36 unsigned long tx_errors; /* packet transmit problems */
37 unsigned long rx_dropped; /* no space in linux buffers */
38 unsigned long tx_dropped; /* no space available in linux */
39 unsigned long multicast; /* multicast packets received */
40 unsigned long collisions;
43 unsigned long rx_length_errors;
44 unsigned long rx_over_errors; /* receiver ring buff overflow */
45 unsigned long rx_crc_errors; /* recved pkt with crc error */
46 unsigned long rx_frame_errors; /* recv'd frame alignment error */
47 unsigned long rx_fifo_errors; /* recv'r fifo overrun */
48 unsigned long rx_missed_errors; /* receiver missed packet */
51 unsigned long tx_aborted_errors;
52 unsigned long tx_carrier_errors;
53 unsigned long tx_fifo_errors;
54 unsigned long tx_heartbeat_errors;
55 unsigned long tx_window_errors;
58 unsigned long rx_compressed;
59 unsigned long tx_compressed;