Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c6902 uint_t sleepflag, xfermodes; in ddi_dma_mem_alloc() local
6925 xfermodes = flags & (DDI_DMA_CONSISTENT | DDI_DMA_STREAMING); in ddi_dma_mem_alloc()
6926 if (xfermodes == 0) { in ddi_dma_mem_alloc()
6927 xfermodes = DDI_DMA_STREAMING; in ddi_dma_mem_alloc()
6942 if (xfermodes == DDI_DMA_CONSISTENT) { in ddi_dma_mem_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1335 ddi_device_acc_attr_t *accattrp, uint_t xfermodes,