Lines Matching defs:xgbe_hw_stats
320 struct xgbe_hw_stats { struct
321 u32 rx_good_frames;
322 u32 rx_broadcast_frames;
323 u32 rx_multicast_frames;
324 u32 rx_pause_frames;
325 u32 rx_crc_errors;
326 u32 rx_align_code_errors;
327 u32 rx_oversized_frames;
328 u32 rx_jabber_frames;
329 u32 rx_undersized_frames;
330 u32 rx_fragments;
331 u32 overrun_type4;
332 u32 overrun_type5;
333 u32 rx_bytes;
334 u32 tx_good_frames;
335 u32 tx_broadcast_frames;
336 u32 tx_multicast_frames;
337 u32 tx_pause_frames;
338 u32 tx_deferred_frames;
339 u32 tx_collision_frames;
340 u32 tx_single_coll_frames;
341 u32 tx_mult_coll_frames;
342 u32 tx_excessive_collisions;
343 u32 tx_late_collisions;
344 u32 tx_underrun;
345 u32 tx_carrier_sense_errors;
346 u32 tx_bytes;
347 u32 tx_64byte_frames;
348 u32 tx_65_to_127byte_frames;
349 u32 tx_128_to_255byte_frames;
350 u32 tx_256_to_511byte_frames;
351 u32 tx_512_to_1023byte_frames;
352 u32 tx_1024byte_frames;
353 u32 net_bytes;
354 u32 rx_sof_overruns;
355 u32 rx_mof_overruns;
356 u32 rx_dma_overruns;