Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/scsipi/
Dscsipi_base.c602 (periph->periph_flags & PERIPH_WAITDRAIN) != 0) { in scsipi_put_xs()
603 periph->periph_flags &= ~PERIPH_WAITDRAIN; in scsipi_put_xs()
797 periph->periph_flags |= PERIPH_WAITDRAIN; in scsipi_wait_drain()
817 periph->periph_flags |= PERIPH_WAITDRAIN; in scsipi_kill_pending()
Dscsipiconf.h472 #define PERIPH_WAITDRAIN 0x0010 /* waiting for pending xfers to drain */ macro