Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/fxp/
H A Dif_fxpreg.h319 struct fxp_stats { struct
320 volatile u_int32_t tx_good;
321 volatile u_int32_t tx_maxcols;
322 volatile u_int32_t tx_latecols;
323 volatile u_int32_t tx_underruns;
324 volatile u_int32_t tx_lostcrs;
325 volatile u_int32_t tx_deffered;
326 volatile u_int32_t tx_single_collisions;
327 volatile u_int32_t tx_multiple_collisions;
328 volatile u_int32_t tx_total_collisions;
[all …]
H A Dif_fxpvar.h111 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member