Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/arcmsr/
H A Darcmsr_hba.c666 dma_addr_t dma_coherent_handle; in arcmsr_alloc_io_queue() local
673 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
678 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
687 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
692 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
703 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
708 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
724 &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_io_queue()
729 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_alloc_io_queue()
747 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
[all …]
H A Darcmsr.h898 dma_addr_t dma_coherent_handle; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.c1446 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()
1478 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()
1482 hba->dma_coherent_handle[i]); in hptiop_probe()
1565 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()
1569 hba->dma_coherent_handle[i]); in hptiop_remove()
H A Dhptiop.h323 dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; member