Lines Matching defs:schan
208 struct schan { struct
209 enum {DOWN, UP} state;
210 struct softc *sc;
211 int chan;
212 u_int32_t ts;
213 char name[8];
214 struct trxd *r1, *rl;
215 struct trxd *x1, *xl;
216 hook_p hook;
218 time_t last_recv;
219 time_t last_rxerr;
220 time_t last_xmit;
222 u_long rx_error;
224 u_long short_error;
225 u_long crc_error;
226 u_long dribble_error;
227 u_long long_error;
228 u_long abort_error;
229 u_long overflow_error;
231 int last_error;
232 int prev_error;
234 u_long tx_pending;
235 u_long tx_limit;