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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arcmsr/
H A Darcmsr_hba.c459 void *dma_coherent; local
483 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL);
484 if(!dma_coherent){
488 acb->dma_coherent = dma_coherent;
490 memset(dma_coherent, 0, acb->uncache_size);
491 offset = roundup((unsigned long)dma_coherent, 32) - (unsigned long)dma_coherent;
493 dma_coherent = (struct CommandControlBlock *)dma_coherent
2182 void *dma_coherent; local
[all...]
H A Darcmsr.h553 void * dma_coherent; member in struct:AdapterControlBlock
554 /* dma_coherent used for memory free */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhptiop.h263 void *dma_coherent; member in struct:hptiop_hba
H A Dhptiop.c1100 hba->dma_coherent = start_virt;
1140 hba->dma_coherent, hba->dma_coherent_handle);
1212 hba->dma_coherent,

Completed in 64 milliseconds