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