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

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.h440 #define PERIPH_WAITDRAIN 0x0010 /* waiting for pending xfers to drain */ macro
H A Dscsipi_base.c520 (periph->periph_flags & PERIPH_WAITDRAIN) != 0) {
521 periph->periph_flags &= ~PERIPH_WAITDRAIN;
684 periph->periph_flags |= PERIPH_WAITDRAIN;

Completed in 170 milliseconds