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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h201 uchar_t dma_cancelled; /* flushed while dma'ing */ member in struct:ecppunit
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1063 pp->dma_cancelled = FALSE;
1188 pp->dma_cancelled = TRUE;
2572 * dma_cancelled indicates to ecpp_isr() that we have
2577 * invoked. Therefore we need to have a flag "dma_cancelled"
2579 * ecpp_isr() notes a dma_cancelled, it will ignore the DMAC csr
2583 pp->dma_cancelled = TRUE;
2851 pp->dma_cancelled = FALSE;
2925 pp->dma_cancelled = FALSE;
3060 * it just sets dma_cancelled to TRUE,
3063 if (pp->dma_cancelled
[all...]

Completed in 397 milliseconds