Lines Matching refs:E1000_STAT

19 #define E1000_STAT(m)		E1000_STATS, \  macro
27 { "rx_packets", E1000_STAT(stats.gprc) },
28 { "tx_packets", E1000_STAT(stats.gptc) },
29 { "rx_bytes", E1000_STAT(stats.gorcl) },
30 { "tx_bytes", E1000_STAT(stats.gotcl) },
31 { "rx_broadcast", E1000_STAT(stats.bprc) },
32 { "tx_broadcast", E1000_STAT(stats.bptc) },
33 { "rx_multicast", E1000_STAT(stats.mprc) },
34 { "tx_multicast", E1000_STAT(stats.mptc) },
35 { "rx_errors", E1000_STAT(stats.rxerrc) },
36 { "tx_errors", E1000_STAT(stats.txerrc) },
38 { "multicast", E1000_STAT(stats.mprc) },
39 { "collisions", E1000_STAT(stats.colc) },
40 { "rx_length_errors", E1000_STAT(stats.rlerrc) },
42 { "rx_crc_errors", E1000_STAT(stats.crcerrs) },
44 { "rx_no_buffer_count", E1000_STAT(stats.rnbc) },
45 { "rx_missed_errors", E1000_STAT(stats.mpc) },
46 { "tx_aborted_errors", E1000_STAT(stats.ecol) },
47 { "tx_carrier_errors", E1000_STAT(stats.tncrs) },
50 { "tx_window_errors", E1000_STAT(stats.latecol) },
51 { "tx_abort_late_coll", E1000_STAT(stats.latecol) },
52 { "tx_deferred_ok", E1000_STAT(stats.dc) },
53 { "tx_single_coll_ok", E1000_STAT(stats.scc) },
54 { "tx_multi_coll_ok", E1000_STAT(stats.mcc) },
55 { "tx_timeout_count", E1000_STAT(tx_timeout_count) },
56 { "tx_restart_queue", E1000_STAT(restart_queue) },
57 { "rx_long_length_errors", E1000_STAT(stats.roc) },
58 { "rx_short_length_errors", E1000_STAT(stats.ruc) },
59 { "rx_align_errors", E1000_STAT(stats.algnerrc) },
60 { "tx_tcp_seg_good", E1000_STAT(stats.tsctc) },
61 { "tx_tcp_seg_failed", E1000_STAT(stats.tsctfc) },
62 { "rx_flow_control_xon", E1000_STAT(stats.xonrxc) },
63 { "rx_flow_control_xoff", E1000_STAT(stats.xoffrxc) },
64 { "tx_flow_control_xon", E1000_STAT(stats.xontxc) },
65 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
66 { "rx_long_byte_count", E1000_STAT(stats.gorcl) },
67 { "rx_csum_offload_good", E1000_STAT(hw_csum_good) },
68 { "rx_csum_offload_errors", E1000_STAT(hw_csum_err) },
69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
70 { "tx_smbus", E1000_STAT(stats.mgptc) },
71 { "rx_smbus", E1000_STAT(stats.mgprc) },
72 { "dropped_smbus", E1000_STAT(stats.mgpdc) },