HomeSort by: relevance | last modified time | path
    Searched refs:sc_chan_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/newsmips/dev/
scsireg.h 211 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; /* forward active pointer */
270 struct sc_chan_stat *wbq_actl; /* last active pointer */
scsi_1185.c 156 static void sc_cout(struct sc_softc *, struct sc_chan_stat *);
157 static void sc_min(struct sc_softc *, struct sc_chan_stat *);
158 static void sc_mout(struct sc_softc *, struct sc_chan_stat *);
159 static void sc_sin(struct sc_softc *, volatile struct sc_chan_stat *);
160 static void sc_dio(struct sc_softc *, volatile struct sc_chan_stat *);
161 static void sc_dio_pad(struct sc_softc *, volatile struct sc_chan_stat *);
163 static void append_wb(struct sc_softc *, struct sc_chan_stat *);
164 static struct sc_chan_stat *get_wb_chan(struct sc_softc *);
166 static void adjust_transfer(struct sc_softc *, struct sc_chan_stat *);
267 struct sc_chan_stat *cs
    [all...]

Completed in 12 milliseconds