Searched refs:PERIPH_WAITDRAIN (Results 1 – 2 of 2) sorted by relevance
602 (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()
472 #define PERIPH_WAITDRAIN 0x0010 /* waiting for pending xfers to drain */ macro