Home
last modified time | relevance | path

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

/dragonfly/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;
329 volatile u_int32_t rx_good;
330 volatile u_int32_t rx_crc_errors;
332 volatile u_int32_t rx_rnr_errors;
[all …]
H A Dif_fxpvar.h111 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member