Lines Matching defs:qede_stats_common
44 struct qede_stats_common { struct
45 u64 no_buff_discards;
46 u64 packet_too_big_discard;
47 u64 ttl0_discard;
48 u64 rx_ucast_bytes;
49 u64 rx_mcast_bytes;
50 u64 rx_bcast_bytes;
51 u64 rx_ucast_pkts;
52 u64 rx_mcast_pkts;
53 u64 rx_bcast_pkts;
54 u64 mftag_filter_discards;
55 u64 mac_filter_discards;
56 u64 gft_filter_drop;
57 u64 tx_ucast_bytes;
58 u64 tx_mcast_bytes;
59 u64 tx_bcast_bytes;
60 u64 tx_ucast_pkts;
61 u64 tx_mcast_pkts;
62 u64 tx_bcast_pkts;
63 u64 tx_err_drop_pkts;
64 u64 coalesced_pkts;
65 u64 coalesced_events;
66 u64 coalesced_aborts_num;
67 u64 non_coalesced_pkts;
68 u64 coalesced_bytes;
69 u64 link_change_count;
70 u64 ptp_skip_txts;
73 u64 rx_64_byte_packets;
74 u64 rx_65_to_127_byte_packets;
75 u64 rx_128_to_255_byte_packets;
76 u64 rx_256_to_511_byte_packets;
77 u64 rx_512_to_1023_byte_packets;
78 u64 rx_1024_to_1518_byte_packets;
79 u64 rx_crc_errors;
80 u64 rx_mac_crtl_frames;
81 u64 rx_pause_frames;
82 u64 rx_pfc_frames;
83 u64 rx_align_errors;
84 u64 rx_carrier_errors;
85 u64 rx_oversize_packets;
86 u64 rx_jabbers;
87 u64 rx_undersize_packets;
88 u64 rx_fragments;
89 u64 tx_64_byte_packets;
90 u64 tx_65_to_127_byte_packets;
91 u64 tx_128_to_255_byte_packets;
92 u64 tx_256_to_511_byte_packets;
93 u64 tx_512_to_1023_byte_packets;
94 u64 tx_1024_to_1518_byte_packets;
95 u64 tx_pause_frames;
96 u64 tx_pfc_frames;
97 u64 brb_truncates;
98 u64 brb_discards;
122 struct qede_stats_common common; argument