Lines Matching defs:xgbe_mmc_stats
374 struct xgbe_mmc_stats { struct
376 u64 txoctetcount_gb;
377 u64 txframecount_gb;
378 u64 txbroadcastframes_g;
379 u64 txmulticastframes_g;
380 u64 tx64octets_gb;
381 u64 tx65to127octets_gb;
382 u64 tx128to255octets_gb;
383 u64 tx256to511octets_gb;
384 u64 tx512to1023octets_gb;
385 u64 tx1024tomaxoctets_gb;
386 u64 txunicastframes_gb;
387 u64 txmulticastframes_gb;
388 u64 txbroadcastframes_gb;
389 u64 txunderflowerror;
390 u64 txoctetcount_g;
391 u64 txframecount_g;
392 u64 txpauseframes;
393 u64 txvlanframes_g;
396 u64 rxframecount_gb;
397 u64 rxoctetcount_gb;
398 u64 rxoctetcount_g;
399 u64 rxbroadcastframes_g;
400 u64 rxmulticastframes_g;
401 u64 rxcrcerror;
402 u64 rxrunterror;
403 u64 rxjabbererror;
404 u64 rxundersize_g;
405 u64 rxoversize_g;
406 u64 rx64octets_gb;
407 u64 rx65to127octets_gb;
408 u64 rx128to255octets_gb;
409 u64 rx256to511octets_gb;
410 u64 rx512to1023octets_gb;
411 u64 rx1024tomaxoctets_gb;
412 u64 rxunicastframes_g;
413 u64 rxlengtherror;
414 u64 rxoutofrangetype;
415 u64 rxpauseframes;
416 u64 rxfifooverflow;
417 u64 rxvlanframes_gb;
418 u64 rxwatchdogerror;