Home
last modified time | relevance | path

Searched defs:sc_chan_stat (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/newsmips/dev/
H A Dscsireg.h211 struct sc_chan_stat { struct
212 struct sc_chan_stat *wb_next; /* wait bus channel queue */ argument
213 struct sc_scb *scb; /* scsi struct address */
214 u_int stcnt; /* save transfer count */
215 uint8_t *spoint; /* save transfer point */
216 u_int stag; /* save tag register */
217 u_int soffset; /* save offset register */
218 int chan_num; /* channel NO. */
219 uint8_t comflg; /* flag for save command pointer */
220 uint8_t intr_flg; /* interrupt flag. SCSI_INTEN/INTDIS */