Lines Matching defs:macb_stats
862 struct macb_stats { struct
863 u32 rx_pause_frames;
864 u32 tx_ok;
865 u32 tx_single_cols;
866 u32 tx_multiple_cols;
867 u32 rx_ok;
868 u32 rx_fcs_errors;
869 u32 rx_align_errors;
870 u32 tx_deferred;
871 u32 tx_late_cols;
872 u32 tx_excessive_cols;
873 u32 tx_underruns;
874 u32 tx_carrier_errors;
875 u32 rx_resource_errors;
876 u32 rx_overruns;
877 u32 rx_symbol_errors;
878 u32 rx_oversize_pkts;
879 u32 rx_jabbers;
880 u32 rx_undersize_pkts;
881 u32 sqe_test_errors;
882 u32 rx_length_mismatch;
883 u32 tx_pause_frames;