Searched defs:fxp_stats (Results 1 – 2 of 2) sorted by relevance
408 struct fxp_stats { struct409 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 …]
201 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member