Lines Matching defs:macb_stats
953 struct macb_stats { struct
954 u64 rx_pause_frames;
955 u64 tx_ok;
956 u64 tx_single_cols;
957 u64 tx_multiple_cols;
958 u64 rx_ok;
959 u64 rx_fcs_errors;
960 u64 rx_align_errors;
961 u64 tx_deferred;
962 u64 tx_late_cols;
963 u64 tx_excessive_cols;
964 u64 tx_underruns;
965 u64 tx_carrier_errors;
966 u64 rx_resource_errors;
967 u64 rx_overruns;
968 u64 rx_symbol_errors;
969 u64 rx_oversize_pkts;
970 u64 rx_jabbers;
971 u64 rx_undersize_pkts;
972 u64 sqe_test_errors;
973 u64 rx_length_mismatch;
974 u64 tx_pause_frames;