Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/arcmsr/
Darcmsr_hba.c673 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local
680 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
685 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
694 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
699 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
710 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
715 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
731 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
736 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
754 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
[all …]
Darcmsr.h899 dma_addr_t dma_coherent_handle; member
/Linux-v6.1/drivers/scsi/
Dhptiop.h323 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member
Dhptiop.c1441 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()
1473 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1477 hba->dma_coherent_handle[i]); in hptiop_probe()
1560 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1564 hba->dma_coherent_handle[i]); in hptiop_remove()