Searched refs:dma_coherent (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/arcmsr/
H A Darcmsr_hba.c509 void *dma_coherent; local
534 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL);
535 if(!dma_coherent){
539 acb->dma_coherent = dma_coherent;
541 memset(dma_coherent, 0, acb->uncache_size);
542 ccb_tmp = dma_coherent;
543 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle;
1546 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle);
2634 void *dma_coherent; local
[all...]
H A Darcmsr.h673 void * dma_coherent; member in struct:AdapterControlBlock
674 /* dma_coherent used for memory free */
/drivers/scsi/
H A Dhptiop.h330 void *dma_coherent; member in struct:hptiop_hba
H A Dhptiop.c1445 hba->dma_coherent = start_virt;
1483 hba->dma_coherent, hba->dma_coherent_handle);
1564 hba->dma_coherent,

Completed in 484 milliseconds