Lines Matching refs:E1000_STAT

33 #define E1000_STAT(str, m) { \  macro
45 E1000_STAT("rx_packets", stats.gprc),
46 E1000_STAT("tx_packets", stats.gptc),
47 E1000_STAT("rx_bytes", stats.gorc),
48 E1000_STAT("tx_bytes", stats.gotc),
49 E1000_STAT("rx_broadcast", stats.bprc),
50 E1000_STAT("tx_broadcast", stats.bptc),
51 E1000_STAT("rx_multicast", stats.mprc),
52 E1000_STAT("tx_multicast", stats.mptc),
56 E1000_STAT("multicast", stats.mprc),
57 E1000_STAT("collisions", stats.colc),
60 E1000_STAT("rx_crc_errors", stats.crcerrs),
62 E1000_STAT("rx_no_buffer_count", stats.rnbc),
63 E1000_STAT("rx_missed_errors", stats.mpc),
64 E1000_STAT("tx_aborted_errors", stats.ecol),
65 E1000_STAT("tx_carrier_errors", stats.tncrs),
68 E1000_STAT("tx_window_errors", stats.latecol),
69 E1000_STAT("tx_abort_late_coll", stats.latecol),
70 E1000_STAT("tx_deferred_ok", stats.dc),
71 E1000_STAT("tx_single_coll_ok", stats.scc),
72 E1000_STAT("tx_multi_coll_ok", stats.mcc),
73 E1000_STAT("tx_timeout_count", tx_timeout_count),
74 E1000_STAT("tx_restart_queue", restart_queue),
75 E1000_STAT("rx_long_length_errors", stats.roc),
76 E1000_STAT("rx_short_length_errors", stats.ruc),
77 E1000_STAT("rx_align_errors", stats.algnerrc),
78 E1000_STAT("tx_tcp_seg_good", stats.tsctc),
79 E1000_STAT("tx_tcp_seg_failed", stats.tsctfc),
80 E1000_STAT("rx_flow_control_xon", stats.xonrxc),
81 E1000_STAT("rx_flow_control_xoff", stats.xoffrxc),
82 E1000_STAT("tx_flow_control_xon", stats.xontxc),
83 E1000_STAT("tx_flow_control_xoff", stats.xofftxc),
84 E1000_STAT("rx_csum_offload_good", hw_csum_good),
85 E1000_STAT("rx_csum_offload_errors", hw_csum_err),
86 E1000_STAT("rx_header_split", rx_hdr_split),
87 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
88 E1000_STAT("tx_smbus", stats.mgptc),
89 E1000_STAT("rx_smbus", stats.mgprc),
90 E1000_STAT("dropped_smbus", stats.mgpdc),
91 E1000_STAT("rx_dma_failed", rx_dma_failed),
92 E1000_STAT("tx_dma_failed", tx_dma_failed),
93 E1000_STAT("rx_hwtstamp_cleared", rx_hwtstamp_cleared),
94 E1000_STAT("uncorr_ecc_errors", uncorr_errors),
95 E1000_STAT("corr_ecc_errors", corr_errors),
96 E1000_STAT("tx_hwtstamp_timeouts", tx_hwtstamp_timeouts),
97 E1000_STAT("tx_hwtstamp_skipped", tx_hwtstamp_skipped),