Searched refs:DMA_STREAM (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 263 #define DMA_STREAM 1 /* use DDI_DMA_STREAMING for DMA xfers */ macro
|
H A D | pe.c | 1247 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_SMALN, 1250 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_SMALN, 1284 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_BGALN, 1287 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_BGALN,
|
H A D | ch.c | 896 mapping = (flags&DMA_STREAM)?DDI_DMA_STREAMING:DDI_DMA_CONSISTENT;
|
Completed in 130 milliseconds