Lines Matching refs:E1000_STAT

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