Searched refs:uncache_size (Results 1 – 2 of 2) sorted by relevance
925 unsigned int uncache_size; member
832 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB; in arcmsr_alloc_ccb_pool()834 acb->uncache_size += acb->ioqueue_size; in arcmsr_alloc_ccb_pool()835 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool()842 memset(dma_coherent, 0, acb->uncache_size); in arcmsr_alloc_ccb_pool()2107 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()