Searched defs:fxp_stats (Results 1 – 1 of 1) sorted by relevance
245 struct fxp_stats { struct246 volatile u_int32_t tx_good;247 volatile u_int32_t tx_maxcols;248 volatile u_int32_t tx_latecols;249 volatile u_int32_t tx_underruns;250 volatile u_int32_t tx_lostcrs;251 volatile u_int32_t tx_deffered;255 volatile u_int32_t rx_good;256 volatile u_int32_t rx_crc_errors;258 volatile u_int32_t rx_rnr_errors;[all …]