Searched defs:sc_chan_stat (Results 1 – 1 of 1) sorted by relevance
211 struct sc_chan_stat { struct212 struct sc_chan_stat *wb_next; /* wait bus channel queue */ argument213 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 */