Lines Matching defs:sl_stats
157 struct sl_stats { struct
158 int ipack; /* input packets */
159 int opack; /* output packets */
160 int ichar; /* input bytes */
161 int ochar; /* output bytes */
162 int abort; /* abort received */
163 int crc; /* CRC error */
164 int cts; /* CTS timeouts */
165 int dcd; /* Carrier drops */
166 int overrun; /* receiver overrun */
167 int underrun; /* xmitter underrun */
168 int ierror; /* input error (rxbad) */
169 int oerror; /* output error (watchdog timeout) */
170 int nobuffers; /* no active receive block available */