Lines Matching defs:niu_xmac_stats
3182 struct niu_xmac_stats { struct
3183 u64 tx_frames;
3184 u64 tx_bytes;
3185 u64 tx_fifo_errors;
3186 u64 tx_overflow_errors;
3187 u64 tx_max_pkt_size_errors;
3188 u64 tx_underflow_errors;
3190 u64 rx_local_faults;
3191 u64 rx_remote_faults;
3192 u64 rx_link_faults;
3193 u64 rx_align_errors;
3194 u64 rx_frags;
3195 u64 rx_mcasts;
3196 u64 rx_bcasts;
3197 u64 rx_hist_cnt1;
3198 u64 rx_hist_cnt2;
3199 u64 rx_hist_cnt3;
3200 u64 rx_hist_cnt4;
3201 u64 rx_hist_cnt5;
3202 u64 rx_hist_cnt6;
3203 u64 rx_hist_cnt7;
3204 u64 rx_octets;
3205 u64 rx_code_violations;
3206 u64 rx_len_errors;
3207 u64 rx_crc_errors;
3208 u64 rx_underflows;
3209 u64 rx_overflows;
3234 struct niu_xmac_stats xmac; argument