Lines Matching defs:xgbe_mmc_stats
692 struct xgbe_mmc_stats { struct
694 u64 txoctetcount_gb;
695 u64 txframecount_gb;
696 u64 txbroadcastframes_g;
697 u64 txmulticastframes_g;
698 u64 tx64octets_gb;
699 u64 tx65to127octets_gb;
700 u64 tx128to255octets_gb;
701 u64 tx256to511octets_gb;
702 u64 tx512to1023octets_gb;
703 u64 tx1024tomaxoctets_gb;
704 u64 txunicastframes_gb;
705 u64 txmulticastframes_gb;
706 u64 txbroadcastframes_gb;
707 u64 txunderflowerror;
708 u64 txoctetcount_g;
709 u64 txframecount_g;
710 u64 txpauseframes;
711 u64 txvlanframes_g;
714 u64 rxframecount_gb;
715 u64 rxoctetcount_gb;
716 u64 rxoctetcount_g;
717 u64 rxbroadcastframes_g;
718 u64 rxmulticastframes_g;
719 u64 rxcrcerror;
720 u64 rxrunterror;
721 u64 rxjabbererror;
722 u64 rxundersize_g;
723 u64 rxoversize_g;
724 u64 rx64octets_gb;
725 u64 rx65to127octets_gb;
726 u64 rx128to255octets_gb;
727 u64 rx256to511octets_gb;
728 u64 rx512to1023octets_gb;
729 u64 rx1024tomaxoctets_gb;
730 u64 rxunicastframes_g;
731 u64 rxlengtherror;
732 u64 rxoutofrangetype;
733 u64 rxpauseframes;
734 u64 rxfifooverflow;
735 u64 rxvlanframes_gb;
736 u64 rxwatchdogerror;