Lines Matching refs:roundup_ccbsize
233 dma_free_coherent(&acb->pdev->dev, acb->roundup_ccbsize, in arcmsr_free_mu()
590 acb->roundup_ccbsize = roundup(sizeof(struct MessageUnit_B), 32); in arcmsr_alloc_io_queue()
591 dma_coherent = dma_zalloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_alloc_io_queue()
620 acb->roundup_ccbsize = roundup(sizeof(struct MessageUnit_D), 32); in arcmsr_alloc_io_queue()
621 dma_coherent = dma_zalloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_alloc_io_queue()
662 acb->roundup_ccbsize = roundup(completeQ_size, 32); in arcmsr_alloc_io_queue()
663 dma_coherent = dma_zalloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_alloc_io_queue()
672 acb->completionQ_entry = acb->roundup_ccbsize / sizeof(struct deliver_completeQ); in arcmsr_alloc_io_queue()
690 unsigned long roundup_ccbsize; in arcmsr_alloc_ccb_pool() local
708 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
709 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB; in arcmsr_alloc_ccb_pool()
718 acb->ccbsize = roundup_ccbsize; in arcmsr_alloc_ccb_pool()
739 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
740 dma_coherent_handle = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
3794 writel(acb->roundup_ccbsize, ®->msgcode_rwbuffer[7]); in arcmsr_iop_confirm()