Lines Matching defs:nicvf_hw_stats
192 struct nicvf_hw_stats { struct
193 u64 rx_bytes;
194 u64 rx_ucast_frames;
195 u64 rx_bcast_frames;
196 u64 rx_mcast_frames;
197 u64 rx_fcs_errors;
198 u64 rx_l2_errors;
199 u64 rx_drop_red;
200 u64 rx_drop_red_bytes;
201 u64 rx_drop_overrun;
202 u64 rx_drop_overrun_bytes;
203 u64 rx_drop_bcast;
204 u64 rx_drop_mcast;
205 u64 rx_drop_l3_bcast;
206 u64 rx_drop_l3_mcast;
207 u64 rx_bgx_truncated_pkts;
208 u64 rx_jabber_errs;
209 u64 rx_fcs_errs;
210 u64 rx_bgx_errs;
211 u64 rx_prel2_errs;
212 u64 rx_l2_hdr_malformed;
213 u64 rx_oversize;
214 u64 rx_undersize;
215 u64 rx_l2_len_mismatch;
216 u64 rx_l2_pclp;
217 u64 rx_ip_ver_errs;
218 u64 rx_ip_csum_errs;
219 u64 rx_ip_hdr_malformed;
220 u64 rx_ip_payload_malformed;
221 u64 rx_ip_ttl_errs;
222 u64 rx_l3_pclp;
223 u64 rx_l4_malformed;
224 u64 rx_l4_csum_errs;
225 u64 rx_udp_len_errs;
226 u64 rx_l4_port_errs;
227 u64 rx_tcp_flag_errs;
228 u64 rx_tcp_offset_errs;
229 u64 rx_l4_pclp;
230 u64 rx_truncated_pkts;
232 u64 tx_bytes_ok;
233 u64 tx_ucast_frames_ok;
234 u64 tx_bcast_frames_ok;
235 u64 tx_mcast_frames_ok;
236 u64 tx_drops;