Home
last modified time | relevance | path

Searched refs:roundup_ccbsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr_hba.c207 dma_free_coherent(&acb->pdev->dev, acb->roundup_ccbsize, in arcmsr_free_mu()
509 unsigned long roundup_ccbsize; in arcmsr_alloc_ccb_pool() local
527roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
528 acb->uncache_size = roundup_ccbsize * ARCMSR_MAX_FREECCB_NUM; in arcmsr_alloc_ccb_pool()
555 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
556 dma_coherent_handle = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
2642 acb->roundup_ccbsize = roundup(sizeof(struct MessageUnit_B), 32); in arcmsr_hbaB_get_config()
2643 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_hbaB_get_config()
2788 acb->roundup_ccbsize = roundup(sizeof(struct MessageUnit_D), 32); in arcmsr_hbaD_get_config()
2789 dma_coherent2 = dma_alloc_coherent(&pdev->dev, acb->roundup_ccbsize, in arcmsr_hbaD_get_config()
[all …]
Darcmsr.h616 u32 roundup_ccbsize; member