Lines Matching defs:scif_softc
126 struct scif_softc { struct
127 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;
149 int sc_swflags;
150 u_int sc_fifolen;
152 u_int sc_r_hiwat,
153 sc_r_lowat;
154 u_char *volatile sc_rbget,
155 *volatile sc_rbput;
156 volatile u_int sc_rbavail;
157 u_char *sc_rbuf,
158 *sc_ebuf;
160 u_char *sc_tba; /* transmit buffer address */
161 u_int sc_tbc, /* transmit byte count */
162 sc_heldtbc;
164 volatile u_char sc_rx_flags,
189 CFATTACH_DECL_NEW(scif, sizeof(struct scif_softc), argument