Lines Matching defs:xgbe_mmc_stats
448 struct xgbe_mmc_stats { struct
450 u64 txoctetcount_gb;
451 u64 txframecount_gb;
452 u64 txbroadcastframes_g;
453 u64 txmulticastframes_g;
454 u64 tx64octets_gb;
455 u64 tx65to127octets_gb;
456 u64 tx128to255octets_gb;
457 u64 tx256to511octets_gb;
458 u64 tx512to1023octets_gb;
459 u64 tx1024tomaxoctets_gb;
460 u64 txunicastframes_gb;
461 u64 txmulticastframes_gb;
462 u64 txbroadcastframes_gb;
463 u64 txunderflowerror;
464 u64 txoctetcount_g;
465 u64 txframecount_g;
466 u64 txpauseframes;
467 u64 txvlanframes_g;
470 u64 rxframecount_gb;
471 u64 rxoctetcount_gb;
472 u64 rxoctetcount_g;
473 u64 rxbroadcastframes_g;
474 u64 rxmulticastframes_g;
475 u64 rxcrcerror;
476 u64 rxrunterror;
477 u64 rxjabbererror;
478 u64 rxundersize_g;
479 u64 rxoversize_g;
480 u64 rx64octets_gb;
481 u64 rx65to127octets_gb;
482 u64 rx128to255octets_gb;
483 u64 rx256to511octets_gb;
484 u64 rx512to1023octets_gb;
485 u64 rx1024tomaxoctets_gb;
486 u64 rxunicastframes_g;
487 u64 rxlengtherror;
488 u64 rxoutofrangetype;
489 u64 rxpauseframes;
490 u64 rxfifooverflow;
491 u64 rxvlanframes_gb;
492 u64 rxwatchdogerror;