Lines Matching defs:xgbe_mmc_stats
666 struct xgbe_mmc_stats { struct
668 u64 txoctetcount_gb;
669 u64 txframecount_gb;
670 u64 txbroadcastframes_g;
671 u64 txmulticastframes_g;
672 u64 tx64octets_gb;
673 u64 tx65to127octets_gb;
674 u64 tx128to255octets_gb;
675 u64 tx256to511octets_gb;
676 u64 tx512to1023octets_gb;
677 u64 tx1024tomaxoctets_gb;
678 u64 txunicastframes_gb;
679 u64 txmulticastframes_gb;
680 u64 txbroadcastframes_gb;
681 u64 txunderflowerror;
682 u64 txoctetcount_g;
683 u64 txframecount_g;
684 u64 txpauseframes;
685 u64 txvlanframes_g;
688 u64 rxframecount_gb;
689 u64 rxoctetcount_gb;
690 u64 rxoctetcount_g;
691 u64 rxbroadcastframes_g;
692 u64 rxmulticastframes_g;
693 u64 rxcrcerror;
694 u64 rxrunterror;
695 u64 rxjabbererror;
696 u64 rxundersize_g;
697 u64 rxoversize_g;
698 u64 rx64octets_gb;
699 u64 rx65to127octets_gb;
700 u64 rx128to255octets_gb;
701 u64 rx256to511octets_gb;
702 u64 rx512to1023octets_gb;
703 u64 rx1024tomaxoctets_gb;
704 u64 rxunicastframes_g;
705 u64 rxlengtherror;
706 u64 rxoutofrangetype;
707 u64 rxpauseframes;
708 u64 rxfifooverflow;
709 u64 rxvlanframes_gb;
710 u64 rxwatchdogerror;