Lines Matching defs:mac_stats

192 struct mac_stats {  struct
193 u64 tx_octets; /* total # of octets in good frames */
194 u64 tx_octets_bad; /* total # of octets in error frames */
195 u64 tx_frames; /* all good frames */
196 u64 tx_mcast_frames; /* good multicast frames */
197 u64 tx_bcast_frames; /* good broadcast frames */
198 u64 tx_pause; /* # of transmitted pause frames */
199 u64 tx_deferred; /* frames with deferred transmissions */
200 u64 tx_late_collisions; /* # of late collisions */
201 u64 tx_total_collisions; /* # of total collisions */
202 u64 tx_excess_collisions; /* frame errors from excessive collissions */
203 u64 tx_underrun; /* # of Tx FIFO underruns */
204 u64 tx_len_errs; /* # of Tx length errors */
205 u64 tx_mac_internal_errs; /* # of internal MAC errors on Tx */
206 u64 tx_excess_deferral; /* # of frames with excessive deferral */
207 u64 tx_fcs_errs; /* # of frames with bad FCS */
209 u64 tx_frames_64; /* # of Tx frames in a particular range */
210 u64 tx_frames_65_127;
211 u64 tx_frames_128_255;
212 u64 tx_frames_256_511;
213 u64 tx_frames_512_1023;
214 u64 tx_frames_1024_1518;
215 u64 tx_frames_1519_max;
217 u64 rx_octets; /* total # of octets in good frames */
218 u64 rx_octets_bad; /* total # of octets in error frames */
219 u64 rx_frames; /* all good frames */
220 u64 rx_mcast_frames; /* good multicast frames */
221 u64 rx_bcast_frames; /* good broadcast frames */
222 u64 rx_pause; /* # of received pause frames */
223 u64 rx_fcs_errs; /* # of received frames with bad FCS */
224 u64 rx_align_errs; /* alignment errors */
225 u64 rx_symbol_errs; /* symbol errors */
226 u64 rx_data_errs; /* data errors */
227 u64 rx_sequence_errs; /* sequence errors */
228 u64 rx_runt; /* # of runt frames */
229 u64 rx_jabber; /* # of jabber frames */
230 u64 rx_short; /* # of short frames */
231 u64 rx_too_long; /* # of oversized frames */
232 u64 rx_mac_internal_errs; /* # of internal MAC errors on Rx */
234 u64 rx_frames_64; /* # of Rx frames in a particular range */
235 u64 rx_frames_65_127;
236 u64 rx_frames_128_255;
237 u64 rx_frames_256_511;
238 u64 rx_frames_512_1023;
239 u64 rx_frames_1024_1518;
240 u64 rx_frames_1519_max;
242 u64 rx_cong_drops; /* # of Rx drops due to SGE congestion */
244 unsigned long tx_fifo_parity_err;
245 unsigned long rx_fifo_parity_err;
246 unsigned long tx_fifo_urun;
247 unsigned long rx_fifo_ovfl;
248 unsigned long serdes_signal_loss;
249 unsigned long xaui_pcs_ctc_err;
250 unsigned long xaui_pcs_align_change;
252 unsigned long num_toggled; /* # times toggled TxEn due to stuck TX */
253 unsigned long num_resets; /* # times reset due to stuck TX */
255 unsigned long link_faults; /* # detected link faults */