Lines Matching defs:xgbe_mmc_stats
534 struct xgbe_mmc_stats { struct
536 u64 txoctetcount_gb;
537 u64 txframecount_gb;
538 u64 txbroadcastframes_g;
539 u64 txmulticastframes_g;
540 u64 tx64octets_gb;
541 u64 tx65to127octets_gb;
542 u64 tx128to255octets_gb;
543 u64 tx256to511octets_gb;
544 u64 tx512to1023octets_gb;
545 u64 tx1024tomaxoctets_gb;
546 u64 txunicastframes_gb;
547 u64 txmulticastframes_gb;
548 u64 txbroadcastframes_gb;
549 u64 txunderflowerror;
550 u64 txoctetcount_g;
551 u64 txframecount_g;
552 u64 txpauseframes;
553 u64 txvlanframes_g;
556 u64 rxframecount_gb;
557 u64 rxoctetcount_gb;
558 u64 rxoctetcount_g;
559 u64 rxbroadcastframes_g;
560 u64 rxmulticastframes_g;
561 u64 rxcrcerror;
562 u64 rxrunterror;
563 u64 rxjabbererror;
564 u64 rxundersize_g;
565 u64 rxoversize_g;
566 u64 rx64octets_gb;
567 u64 rx65to127octets_gb;
568 u64 rx128to255octets_gb;
569 u64 rx256to511octets_gb;
570 u64 rx512to1023octets_gb;
571 u64 rx1024tomaxoctets_gb;
572 u64 rxunicastframes_g;
573 u64 rxlengtherror;
574 u64 rxoutofrangetype;
575 u64 rxpauseframes;
576 u64 rxfifooverflow;
577 u64 rxvlanframes_gb;
578 u64 rxwatchdogerror;