Home
last modified time | relevance | path

Searched refs:_DDI_DMA_BOUNCE_ON_SEG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddidmareq.h417 #define _DDI_DMA_BOUNCE_ON_SEG 0x8000 macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1757 (attr->dma_attr_flags & _DDI_DMA_BOUNCE_ON_SEG)) { in rootnex_coredma_allochdl()
1759 dma->dp_sglinfo.si_flags &= ~_DDI_DMA_BOUNCE_ON_SEG; in rootnex_coredma_allochdl()
2693 if ((attr->dma_attr_flags & _DDI_DMA_BOUNCE_ON_SEG) && in rootnex_valid_alloc_parms()
2868 if (sglinfo->si_flags & _DDI_DMA_BOUNCE_ON_SEG) { in rootnex_get_sgl()
H A Dimmu_dvma.c2473 if (dma_attr->dma_attr_flags & _DDI_DMA_BOUNCE_ON_SEG) in dvma_prealloc()