Searched defs:scif_softc (Results 1 – 1 of 1) sorted by relevance
126 struct scif_softc { struct127 device_t sc_dev;129 struct tty *sc_tty;130 void *sc_si;132 callout_t sc_diag_ch;143 u_int sc_overflows,144 sc_floods,145 sc_errors; /* number of retries so far */146 u_char sc_status[7]; /* copy of registers */148 int sc_hwflags;[all …]