Searched refs:dma_coherent_handle (Results 1 – 4 of 4) sorted by relevance
639 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local646 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()651 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()660 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()665 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()676 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()681 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()698 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local723 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()729 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()[all …]
801 dma_addr_t dma_coherent_handle; member
1446 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()1478 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()1482 hba->dma_coherent_handle[i]); in hptiop_probe()1565 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()1569 hba->dma_coherent_handle[i]); in hptiop_remove()
323 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member