Home
last modified time | relevance | path

Searched defs:fxp_stats (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dfxpreg.h243 struct fxp_stats { struct
244 volatile u_int32_t tx_good;
245 volatile u_int32_t tx_maxcols;
246 volatile u_int32_t tx_latecols;
247 volatile u_int32_t tx_underruns;
248 volatile u_int32_t tx_lostcrs;
249 volatile u_int32_t tx_deffered;
250 volatile u_int32_t tx_single_collisions;
251 volatile u_int32_t tx_multiple_collisions;
252 volatile u_int32_t tx_total_collisions;
[all …]