Lines Matching defs:macb_stats
937 struct macb_stats { struct
938 u32 rx_pause_frames;
939 u32 tx_ok;
940 u32 tx_single_cols;
941 u32 tx_multiple_cols;
942 u32 rx_ok;
943 u32 rx_fcs_errors;
944 u32 rx_align_errors;
945 u32 tx_deferred;
946 u32 tx_late_cols;
947 u32 tx_excessive_cols;
948 u32 tx_underruns;
949 u32 tx_carrier_errors;
950 u32 rx_resource_errors;
951 u32 rx_overruns;
952 u32 rx_symbol_errors;
953 u32 rx_oversize_pkts;
954 u32 rx_jabbers;
955 u32 rx_undersize_pkts;
956 u32 sqe_test_errors;
957 u32 rx_length_mismatch;
958 u32 tx_pause_frames;