Lines Matching refs:HW_XSTAT
166 #define HW_XSTAT(m) {#m, offsetof(struct txgbe_hw_stats, m)} macro
170 HW_XSTAT(mng_bmc2host_packets),
171 HW_XSTAT(mng_host2bmc_packets),
173 HW_XSTAT(rx_packets),
174 HW_XSTAT(tx_packets),
175 HW_XSTAT(rx_bytes),
176 HW_XSTAT(tx_bytes),
177 HW_XSTAT(rx_total_bytes),
178 HW_XSTAT(rx_total_packets),
179 HW_XSTAT(tx_total_packets),
180 HW_XSTAT(rx_total_missed_packets),
181 HW_XSTAT(rx_broadcast_packets),
182 HW_XSTAT(rx_multicast_packets),
183 HW_XSTAT(rx_management_packets),
184 HW_XSTAT(tx_management_packets),
185 HW_XSTAT(rx_management_dropped),
188 HW_XSTAT(rx_crc_errors),
189 HW_XSTAT(rx_illegal_byte_errors),
190 HW_XSTAT(rx_error_bytes),
191 HW_XSTAT(rx_mac_short_packet_dropped),
192 HW_XSTAT(rx_length_errors),
193 HW_XSTAT(rx_undersize_errors),
194 HW_XSTAT(rx_fragment_errors),
195 HW_XSTAT(rx_oversize_errors),
196 HW_XSTAT(rx_jabber_errors),
197 HW_XSTAT(rx_l3_l4_xsum_error),
198 HW_XSTAT(mac_local_errors),
199 HW_XSTAT(mac_remote_errors),
202 HW_XSTAT(flow_director_added_filters),
203 HW_XSTAT(flow_director_removed_filters),
204 HW_XSTAT(flow_director_filter_add_errors),
205 HW_XSTAT(flow_director_filter_remove_errors),
206 HW_XSTAT(flow_director_matched_filters),
207 HW_XSTAT(flow_director_missed_filters),
210 HW_XSTAT(rx_fcoe_crc_errors),
211 HW_XSTAT(rx_fcoe_mbuf_allocation_errors),
212 HW_XSTAT(rx_fcoe_dropped),
213 HW_XSTAT(rx_fcoe_packets),
214 HW_XSTAT(tx_fcoe_packets),
215 HW_XSTAT(rx_fcoe_bytes),
216 HW_XSTAT(tx_fcoe_bytes),
217 HW_XSTAT(rx_fcoe_no_ddp),
218 HW_XSTAT(rx_fcoe_no_ddp_ext_buff),
221 HW_XSTAT(tx_macsec_pkts_untagged),
222 HW_XSTAT(tx_macsec_pkts_encrypted),
223 HW_XSTAT(tx_macsec_pkts_protected),
224 HW_XSTAT(tx_macsec_octets_encrypted),
225 HW_XSTAT(tx_macsec_octets_protected),
226 HW_XSTAT(rx_macsec_pkts_untagged),
227 HW_XSTAT(rx_macsec_pkts_badtag),
228 HW_XSTAT(rx_macsec_pkts_nosci),
229 HW_XSTAT(rx_macsec_pkts_unknownsci),
230 HW_XSTAT(rx_macsec_octets_decrypted),
231 HW_XSTAT(rx_macsec_octets_validated),
232 HW_XSTAT(rx_macsec_sc_pkts_unchecked),
233 HW_XSTAT(rx_macsec_sc_pkts_delayed),
234 HW_XSTAT(rx_macsec_sc_pkts_late),
235 HW_XSTAT(rx_macsec_sa_pkts_ok),
236 HW_XSTAT(rx_macsec_sa_pkts_invalid),
237 HW_XSTAT(rx_macsec_sa_pkts_notvalid),
238 HW_XSTAT(rx_macsec_sa_pkts_unusedsa),
239 HW_XSTAT(rx_macsec_sa_pkts_notusingsa),
242 HW_XSTAT(rx_size_64_packets),
243 HW_XSTAT(rx_size_65_to_127_packets),
244 HW_XSTAT(rx_size_128_to_255_packets),
245 HW_XSTAT(rx_size_256_to_511_packets),
246 HW_XSTAT(rx_size_512_to_1023_packets),
247 HW_XSTAT(rx_size_1024_to_max_packets),
248 HW_XSTAT(tx_size_64_packets),
249 HW_XSTAT(tx_size_65_to_127_packets),
250 HW_XSTAT(tx_size_128_to_255_packets),
251 HW_XSTAT(tx_size_256_to_511_packets),
252 HW_XSTAT(tx_size_512_to_1023_packets),
253 HW_XSTAT(tx_size_1024_to_max_packets),
256 HW_XSTAT(tx_xon_packets),
257 HW_XSTAT(rx_xon_packets),
258 HW_XSTAT(tx_xoff_packets),
259 HW_XSTAT(rx_xoff_packets),