Lines Matching defs:ctron_stats
48 struct ctron_stats { struct
49 u_int32_t frames_xmit;
50 u_int32_t bytes_xmit;
51 u_int32_t ucast_xmit; /* never incremented? */
52 u_int32_t mcast_xmit; /* gets ucasts and mcasts?? */
53 u_int32_t bcast_xmit;
54 u_int32_t defer_xmit;
55 u_int32_t sgl_coll;
56 u_int32_t multi_coll;
57 u_int32_t tot_xmit_err;
58 u_int32_t late_coll;
59 u_int32_t excess_coll;
60 u_int32_t int_err_xmit;
61 u_int32_t carr_err;
62 u_int32_t media_abort;
63 u_int32_t frames_rec;
64 u_int32_t bytes_rec;
65 u_int32_t ucast_rec; /* never incremented? */
66 u_int32_t mcast_rec; /* gets ucasts and mcasts?? */
67 u_int32_t bcast_rec;
68 u_int32_t tot_rec_err;
69 u_int32_t too_long;
70 u_int32_t too_short;
71 u_int32_t align_err;
72 u_int32_t crc_err;
73 u_int32_t len_err;
74 u_int32_t int_err_rec;
75 u_int32_t sqe_err;