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