Searched refs:sc_chan_stat (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dscsireg.h211 struct sc_chan_stat { struct
212 struct sc_chan_stat *wb_next; /* wait bus channel queue */
254 struct sc_chan_stat chan_stat[NTARGET]; /* SCSI channel status */
262 struct sc_chan_stat *ip;
269 struct sc_chan_stat *wbq_actf; /* forword active pointer */
270 struct sc_chan_stat *wbq_actl; /* last active pointer */
H A Dscsi_1185.c155 static void sc_cout(struct sc_softc *, struct sc_chan_stat *);
156 static void sc_min(struct sc_softc *, struct sc_chan_stat *);
157 static void sc_mout(struct sc_softc *, struct sc_chan_stat *);
158 static void sc_sin(struct sc_softc *, volatile struct sc_chan_stat *);
159 static void sc_dio(struct sc_softc *, volatile struct sc_chan_stat *);
160 static void sc_dio_pad(struct sc_softc *, volatile struct sc_chan_stat *);
162 static void append_wb(struct sc_softc *, struct sc_chan_stat *);
163 static struct sc_chan_stat *get_wb_chan(struct sc_softc *);
165 static void adjust_transfer(struct sc_softc *, struct sc_chan_stat *);
266 struct sc_chan_stat *c
[all...]

Completed in 180 milliseconds