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