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