Lines Matching defs:macb_stats
577 struct macb_stats { struct
578 u32 rx_pause_frames;
579 u32 tx_ok;
580 u32 tx_single_cols;
581 u32 tx_multiple_cols;
582 u32 rx_ok;
583 u32 rx_fcs_errors;
584 u32 rx_align_errors;
585 u32 tx_deferred;
586 u32 tx_late_cols;
587 u32 tx_excessive_cols;
588 u32 tx_underruns;
589 u32 tx_carrier_errors;
590 u32 rx_resource_errors;
591 u32 rx_overruns;
592 u32 rx_symbol_errors;
593 u32 rx_oversize_pkts;
594 u32 rx_jabbers;
595 u32 rx_undersize_pkts;
596 u32 sqe_test_errors;
597 u32 rx_length_mismatch;
598 u32 tx_pause_frames;