Lines Matching defs:macb_stats
876 struct macb_stats { struct
877 u32 rx_pause_frames;
878 u32 tx_ok;
879 u32 tx_single_cols;
880 u32 tx_multiple_cols;
881 u32 rx_ok;
882 u32 rx_fcs_errors;
883 u32 rx_align_errors;
884 u32 tx_deferred;
885 u32 tx_late_cols;
886 u32 tx_excessive_cols;
887 u32 tx_underruns;
888 u32 tx_carrier_errors;
889 u32 rx_resource_errors;
890 u32 rx_overruns;
891 u32 rx_symbol_errors;
892 u32 rx_oversize_pkts;
893 u32 rx_jabbers;
894 u32 rx_undersize_pkts;
895 u32 sqe_test_errors;
896 u32 rx_length_mismatch;
897 u32 tx_pause_frames;