Searched refs:dma_coherent (Results 1 – 4 of 4) sorted by relevance
504 void *dma_coherent; in arcmsr_alloc_io_queue() local512 dma_coherent = dma_zalloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_alloc_io_queue()514 if (!dma_coherent) { in arcmsr_alloc_io_queue()519 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()520 reg = (struct MessageUnit_B *)dma_coherent; in arcmsr_alloc_io_queue()542 dma_coherent = dma_zalloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_alloc_io_queue()544 if (!dma_coherent) { in arcmsr_alloc_io_queue()549 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()550 reg = (struct MessageUnit_D *)dma_coherent; in arcmsr_alloc_io_queue()589 void *dma_coherent; in arcmsr_alloc_ccb_pool() local[all …]
682 void * dma_coherent; member
1450 hba->dma_coherent[i] = start_virt; in hptiop_probe()1483 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_probe()1486 hba->dma_coherent[i], in hptiop_probe()1570 if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) in hptiop_remove()1573 hba->dma_coherent[i], in hptiop_remove()
330 void *dma_coherent[HPTIOP_MAX_REQUESTS]; member