Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h408 struct fxp_stats { struct
409 uint32_t tx_good;
410 uint32_t tx_maxcols;
411 uint32_t tx_latecols;
412 uint32_t tx_underruns;
413 uint32_t tx_lostcrs;
414 uint32_t tx_deffered;
415 uint32_t tx_single_collisions;
416 uint32_t tx_multiple_collisions;
417 uint32_t tx_total_collisions;
[all …]
H A Dif_fxpvar.h201 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member