Lines Matching defs:qed_eth_stats

346 struct qed_eth_stats {  struct
347 u64 no_buff_discards;
348 u64 packet_too_big_discard;
349 u64 ttl0_discard;
350 u64 rx_ucast_bytes;
351 u64 rx_mcast_bytes;
352 u64 rx_bcast_bytes;
353 u64 rx_ucast_pkts;
354 u64 rx_mcast_pkts;
355 u64 rx_bcast_pkts;
356 u64 mftag_filter_discards;
357 u64 mac_filter_discards;
358 u64 tx_ucast_bytes;
359 u64 tx_mcast_bytes;
360 u64 tx_bcast_bytes;
361 u64 tx_ucast_pkts;
362 u64 tx_mcast_pkts;
363 u64 tx_bcast_pkts;
364 u64 tx_err_drop_pkts;
365 u64 tpa_coalesced_pkts;
366 u64 tpa_coalesced_events;
367 u64 tpa_aborts_num;
368 u64 tpa_not_coalesced_pkts;
369 u64 tpa_coalesced_bytes;
372 u64 rx_64_byte_packets;
373 u64 rx_127_byte_packets;
374 u64 rx_255_byte_packets;
375 u64 rx_511_byte_packets;
376 u64 rx_1023_byte_packets;
377 u64 rx_1518_byte_packets;
378 u64 rx_1522_byte_packets;
379 u64 rx_2047_byte_packets;
380 u64 rx_4095_byte_packets;
381 u64 rx_9216_byte_packets;
382 u64 rx_16383_byte_packets;
383 u64 rx_crc_errors;
384 u64 rx_mac_crtl_frames;
385 u64 rx_pause_frames;
386 u64 rx_pfc_frames;
387 u64 rx_align_errors;
388 u64 rx_carrier_errors;
389 u64 rx_oversize_packets;
390 u64 rx_jabbers;
391 u64 rx_undersize_packets;
392 u64 rx_fragments;
393 u64 tx_64_byte_packets;
394 u64 tx_65_to_127_byte_packets;
395 u64 tx_128_to_255_byte_packets;
396 u64 tx_256_to_511_byte_packets;
397 u64 tx_512_to_1023_byte_packets;
398 u64 tx_1024_to_1518_byte_packets;
399 u64 tx_1519_to_2047_byte_packets;
400 u64 tx_2048_to_4095_byte_packets;
401 u64 tx_4096_to_9216_byte_packets;
402 u64 tx_9217_to_16383_byte_packets;
403 u64 tx_pause_frames;
404 u64 tx_pfc_frames;
405 u64 tx_lpi_entry_count;
406 u64 tx_total_collisions;
407 u64 brb_truncates;
408 u64 brb_discards;
409 u64 rx_mac_bytes;
410 u64 rx_mac_uc_packets;
411 u64 rx_mac_mc_packets;
412 u64 rx_mac_bc_packets;
413 u64 rx_mac_frames_ok;
414 u64 tx_mac_bytes;
415 u64 tx_mac_uc_packets;
416 u64 tx_mac_mc_packets;
417 u64 tx_mac_bc_packets;
418 u64 tx_mac_ctrl_frames;