Searched refs:sc_dflags (Results 1 – 1 of 1) sorted by relevance
77 u_int sc_dflags; /* DMA flags */ member133 dsc->sc_dflags |= SCSI_DMA32; in spc_dio_attach()167 dsc->sc_dflags |= SCSI_HAVEDMA; in spc_dio_dmastart()169 dsc->sc_dflags |= SCSI_DATAIN; in spc_dio_dmastart()171 dsc->sc_dflags &= ~SCSI_DATAIN; in spc_dio_dmastart()199 if ((dsc->sc_dflags & SCSI_DATAIN) != 0) { in spc_dio_dmago()203 if ((dsc->sc_dflags & SCSI_DMA32) != 0 && in spc_dio_dmago()223 if ((dsc->sc_dflags & SCSI_DATAIN) != 0) in spc_dio_dmago()264 if ((dsc->sc_dflags & SCSI_HAVEDMA) != 0) { in spc_dio_dmadone()266 dsc->sc_dflags &= ~SCSI_HAVEDMA; in spc_dio_dmadone()[all …]