Home
last modified time | relevance | path

Searched refs:XCHAN_CAP_IOMMU (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma.c120 caps |= XCHAN_CAP_IOMMU | XCHAN_CAP_NOSEG; in xdma_channel_alloc()
151 if (xchan->caps & XCHAN_CAP_IOMMU) in xdma_channel_alloc()
184 if (xchan->caps & XCHAN_CAP_IOMMU) in xdma_channel_free()
H A Dxdma_sg.c350 } else if (xchan->caps & XCHAN_CAP_IOMMU) { in xchan_seg_done()
505 } else if (xchan->caps & XCHAN_CAP_IOMMU) { in _xdma_load_data()
H A Dxdma.h153 #define XCHAN_CAP_IOMMU (1 << 3) macro
/freebsd/sys/dev/altera/msgdma/
H A Dmsgdma.c414 if ((xchan->caps & XCHAN_CAP_IOMMU) == 0) in msgdma_channel_alloc()