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

/drivers/scsi/arcmsr/
H A Darcmsr_hba.c438 void *dma_coherent; local
463 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL);
464 if(!dma_coherent){
468 acb->dma_coherent = dma_coherent;
470 memset(dma_coherent, 0, acb->uncache_size);
471 ccb_tmp = dma_coherent;
472 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle;
1268 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle);
2154 void *dma_coherent; local
[all...]
H A Darcmsr.h556 void * dma_coherent; member in struct:AdapterControlBlock
557 /* dma_coherent used for memory free */
/drivers/scsi/
H A Dhptiop.h263 void *dma_coherent; member in struct:hptiop_hba

Completed in 160 milliseconds