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