Lines Matching defs:macb_stats
947 struct macb_stats { struct
948 u32 rx_pause_frames;
949 u32 tx_ok;
950 u32 tx_single_cols;
951 u32 tx_multiple_cols;
952 u32 rx_ok;
953 u32 rx_fcs_errors;
954 u32 rx_align_errors;
955 u32 tx_deferred;
956 u32 tx_late_cols;
957 u32 tx_excessive_cols;
958 u32 tx_underruns;
959 u32 tx_carrier_errors;
960 u32 rx_resource_errors;
961 u32 rx_overruns;
962 u32 rx_symbol_errors;
963 u32 rx_oversize_pkts;
964 u32 rx_jabbers;
965 u32 rx_undersize_pkts;
966 u32 sqe_test_errors;
967 u32 rx_length_mismatch;
968 u32 tx_pause_frames;