Lines Matching defs:mac_stats

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