Lines Matching defs:xgbe_hw_stats
260 struct xgbe_hw_stats { struct
261 u32 rx_good_frames;
262 u32 rx_broadcast_frames;
263 u32 rx_multicast_frames;
264 u32 rx_pause_frames;
265 u32 rx_crc_errors;
266 u32 rx_align_code_errors;
267 u32 rx_oversized_frames;
268 u32 rx_jabber_frames;
269 u32 rx_undersized_frames;
270 u32 rx_fragments;
271 u32 overrun_type4;
272 u32 overrun_type5;
273 u32 rx_bytes;
274 u32 tx_good_frames;
275 u32 tx_broadcast_frames;
276 u32 tx_multicast_frames;
277 u32 tx_pause_frames;
278 u32 tx_deferred_frames;
279 u32 tx_collision_frames;
280 u32 tx_single_coll_frames;
281 u32 tx_mult_coll_frames;
282 u32 tx_excessive_collisions;
283 u32 tx_late_collisions;
284 u32 tx_underrun;
285 u32 tx_carrier_sense_errors;
286 u32 tx_bytes;
287 u32 tx_64byte_frames;
288 u32 tx_65_to_127byte_frames;
289 u32 tx_128_to_255byte_frames;
290 u32 tx_256_to_511byte_frames;
291 u32 tx_512_to_1023byte_frames;
292 u32 tx_1024byte_frames;
293 u32 net_bytes;
294 u32 rx_sof_overruns;
295 u32 rx_mof_overruns;
296 u32 rx_dma_overruns;