Lines Matching defs:gbe_hw_stats
578 struct gbe_hw_stats { struct
579 u32 rx_good_frames;
580 u32 rx_broadcast_frames;
581 u32 rx_multicast_frames;
582 u32 rx_pause_frames;
583 u32 rx_crc_errors;
584 u32 rx_align_code_errors;
585 u32 rx_oversized_frames;
586 u32 rx_jabber_frames;
587 u32 rx_undersized_frames;
588 u32 rx_fragments;
589 u32 __pad_0[2];
590 u32 rx_bytes;
591 u32 tx_good_frames;
592 u32 tx_broadcast_frames;
593 u32 tx_multicast_frames;
594 u32 tx_pause_frames;
595 u32 tx_deferred_frames;
596 u32 tx_collision_frames;
597 u32 tx_single_coll_frames;
598 u32 tx_mult_coll_frames;
599 u32 tx_excessive_collisions;
600 u32 tx_late_collisions;
601 u32 tx_underrun;
602 u32 tx_carrier_sense_errors;
603 u32 tx_bytes;
604 u32 tx_64byte_frames;
605 u32 tx_65_to_127byte_frames;
606 u32 tx_128_to_255byte_frames;
607 u32 tx_256_to_511byte_frames;
608 u32 tx_512_to_1023byte_frames;
609 u32 tx_1024byte_frames;
610 u32 net_bytes;
611 u32 rx_sof_overruns;
612 u32 rx_mof_overruns;
613 u32 rx_dma_overruns;