Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr_hba.c505 dma_addr_t dma_coherent_handle; in arcmsr_alloc_ccb_pool() local
529 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()
535 acb->dma_coherent_handle = dma_coherent_handle; in arcmsr_alloc_ccb_pool()
538 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; in arcmsr_alloc_ccb_pool()
540 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_alloc_ccb_pool()
556 dma_coherent_handle = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
1541 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()
2630 dma_addr_t dma_coherent_handle; in arcmsr_hbaB_get_config() local
2644 &dma_coherent_handle, GFP_KERNEL); in arcmsr_hbaB_get_config()
2651 acb->dma_coherent_handle2 = dma_coherent_handle; in arcmsr_hbaB_get_config()
[all …]
Darcmsr.h675 dma_addr_t dma_coherent_handle; member
/linux-4.1.27/drivers/scsi/
Dhptiop.h331 dma_addr_t dma_coherent_handle; member
Dhptiop.c1442 hba->dma_coherent_handle = start_phy; in hptiop_probe()
1479 hba->dma_coherent, hba->dma_coherent_handle); in hptiop_probe()
1561 hba->dma_coherent_handle); in hptiop_remove()