Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/arcmsr/
Darcmsr_hba.c677 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local
684 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
689 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
698 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
703 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
714 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
719 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
735 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
740 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
758 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
[all …]
Darcmsr.h904 dma_addr_t dma_coherent_handle; member
/linux-6.6.21/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()