Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/arcmsr/
H A 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()
698 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
714 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
735 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
758 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
790 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
823 dma_coherent_handle = next_ccb_phy; in arcmsr_alloc_ccb_pool()
3947 dma_addr_t dma_coherent_handle; in arcmsr_iop_confirm() local
3962 dma_coherent_handle = acb->dma_coherent_handle + in arcmsr_iop_confirm()
[all …]
H A Darcmsr.h904 dma_addr_t dma_coherent_handle; member
/openbmc/linux/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()