Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/arcmsr/
Darcmsr_hba.c584 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local
592 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
597 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
622 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
627 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
664 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
669 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
686 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
710 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()
716 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
[all …]
Darcmsr.h800 dma_addr_t dma_coherent_handle; member
/Linux-v4.19/drivers/scsi/
Dhptiop.h331 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member
Dhptiop.c1451 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()
1483 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1487 hba->dma_coherent_handle[i]); in hptiop_probe()
1570 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1574 hba->dma_coherent_handle[i]); in hptiop_remove()