Searched defs:dma_coherent_handle (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/arcmsr/
H A Darcmsr_hba.c439 dma_addr_t dma_coherent_handle; local
463 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL);
469 acb->dma_coherent_handle = dma_coherent_handle;
472 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle;
474 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
481 dma_coherent_handle = dma_coherent_handle + roundup_ccbsize;
1268 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle);
2155 dma_addr_t dma_coherent_handle; local
2503 dma_addr_t dma_coherent_handle; local
[all...]
H A Darcmsr.h558 dma_addr_t dma_coherent_handle; member in struct:AdapterControlBlock
559 /* dma_coherent_handle used for memory free */
/drivers/scsi/
H A Dhptiop.h264 dma_addr_t dma_coherent_handle; member in struct:hptiop_hba

Completed in 114 milliseconds