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

/linux-master/drivers/iommu/
H A Ddma-iommu.c43 IOMMU_DMA_IOVA_COOKIE, enumerator in enum:iommu_dma_cookie_type
61 /* Full allocator for IOMMU_DMA_IOVA_COOKIE */
368 if (cookie->type == IOMMU_DMA_IOVA_COOKIE)
394 domain->iova_cookie = cookie_alloc(IOMMU_DMA_IOVA_COOKIE);
447 if (cookie->type == IOMMU_DMA_IOVA_COOKIE && cookie->iovad.granule) {
680 if (!cookie || cookie->type != IOMMU_DMA_IOVA_COOKIE)

Completed in 177 milliseconds