Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/arcmsr/
H A Darcmsr_hba.c678 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local
685 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
699 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
760 dma_addr_t dma_coherent_handle; in arcmsr_alloc_xor_buffer() local
772 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_xor_buffer()
774 acb->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
810 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
842 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
4031 dma_addr_t dma_coherent_handle; in arcmsr_iop_confirm() local
4046 dma_coherent_handle = acb->dma_coherent_handle + in arcmsr_iop_confirm()
[all …]
H A Darcmsr.h921 dma_addr_t dma_coherent_handle; member
/linux-6.15/drivers/scsi/
H A Dhptiop.h323 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member
H A 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()