Lines Matching refs:DRVSTAT_INFO

36 #define	DRVSTAT_INFO(field)	#field, DRVSTAT,\  macro
40 {DRVSTAT_INFO(rx_crc_errors)},
41 {DRVSTAT_INFO(rx_alignment_symbol_errors)},
42 {DRVSTAT_INFO(rx_pause_frames)},
43 {DRVSTAT_INFO(rx_control_frames)},
47 {DRVSTAT_INFO(rx_in_range_errors)},
51 {DRVSTAT_INFO(rx_out_range_errors)},
53 {DRVSTAT_INFO(rx_frame_too_long)},
57 {DRVSTAT_INFO(rx_address_filtered)},
61 {DRVSTAT_INFO(rx_dropped_too_small)},
65 {DRVSTAT_INFO(rx_dropped_too_short)},
69 {DRVSTAT_INFO(rx_dropped_header_too_small)},
74 {DRVSTAT_INFO(rx_dropped_tcp_length)},
75 {DRVSTAT_INFO(rx_dropped_runt)},
80 {DRVSTAT_INFO(rxpp_fifo_overflow_drop)},
86 {DRVSTAT_INFO(rx_input_fifo_overflow_drop)},
87 {DRVSTAT_INFO(rx_ip_checksum_errs)},
88 {DRVSTAT_INFO(rx_tcp_checksum_errs)},
89 {DRVSTAT_INFO(rx_udp_checksum_errs)},
90 {DRVSTAT_INFO(tx_pauseframes)},
91 {DRVSTAT_INFO(tx_controlframes)},
92 {DRVSTAT_INFO(rx_priority_pause_frames)},
93 {DRVSTAT_INFO(tx_priority_pauseframes)},
97 {DRVSTAT_INFO(pmem_fifo_overflow_drop)},
98 {DRVSTAT_INFO(jabber_events)},
102 {DRVSTAT_INFO(rx_drops_no_pbuf)},
106 {DRVSTAT_INFO(rx_drops_no_erx_descr)},
111 {DRVSTAT_INFO(rx_drops_no_tpre_descr)},
116 {DRVSTAT_INFO(rx_drops_too_many_frags)},
117 {DRVSTAT_INFO(forwarded_packets)},
121 {DRVSTAT_INFO(rx_drops_mtu)},
123 {DRVSTAT_INFO(dma_map_errors)},
125 {DRVSTAT_INFO(eth_red_drops)},
126 {DRVSTAT_INFO(be_on_die_temperature)},
127 {DRVSTAT_INFO(rx_roce_bytes_lsd)},
128 {DRVSTAT_INFO(rx_roce_bytes_msd)},
129 {DRVSTAT_INFO(rx_roce_frames)},
130 {DRVSTAT_INFO(roce_drops_payload_len)},
131 {DRVSTAT_INFO(roce_drops_crc)}