Lines Matching defs:qede_stats_common
69 struct qede_stats_common { struct
70 u64 no_buff_discards;
71 u64 packet_too_big_discard;
72 u64 ttl0_discard;
73 u64 rx_ucast_bytes;
74 u64 rx_mcast_bytes;
75 u64 rx_bcast_bytes;
76 u64 rx_ucast_pkts;
77 u64 rx_mcast_pkts;
78 u64 rx_bcast_pkts;
79 u64 mftag_filter_discards;
80 u64 mac_filter_discards;
81 u64 gft_filter_drop;
82 u64 tx_ucast_bytes;
83 u64 tx_mcast_bytes;
84 u64 tx_bcast_bytes;
85 u64 tx_ucast_pkts;
86 u64 tx_mcast_pkts;
87 u64 tx_bcast_pkts;
88 u64 tx_err_drop_pkts;
89 u64 coalesced_pkts;
90 u64 coalesced_events;
91 u64 coalesced_aborts_num;
92 u64 non_coalesced_pkts;
93 u64 coalesced_bytes;
94 u64 link_change_count;
95 u64 ptp_skip_txts;
98 u64 rx_64_byte_packets;
99 u64 rx_65_to_127_byte_packets;
100 u64 rx_128_to_255_byte_packets;
101 u64 rx_256_to_511_byte_packets;
102 u64 rx_512_to_1023_byte_packets;
103 u64 rx_1024_to_1518_byte_packets;
104 u64 rx_crc_errors;
105 u64 rx_mac_crtl_frames;
106 u64 rx_pause_frames;
107 u64 rx_pfc_frames;
108 u64 rx_align_errors;
109 u64 rx_carrier_errors;
110 u64 rx_oversize_packets;
111 u64 rx_jabbers;
112 u64 rx_undersize_packets;
113 u64 rx_fragments;
114 u64 tx_64_byte_packets;
115 u64 tx_65_to_127_byte_packets;
116 u64 tx_128_to_255_byte_packets;
117 u64 tx_256_to_511_byte_packets;
118 u64 tx_512_to_1023_byte_packets;
119 u64 tx_1024_to_1518_byte_packets;
120 u64 tx_pause_frames;
121 u64 tx_pfc_frames;
122 u64 brb_truncates;
123 u64 brb_discards;
147 struct qede_stats_common common; argument