Home
last modified time | relevance | path

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

/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c814 unsigned long roundup_ccbsize; in arcmsr_alloc_ccb_pool() local
832 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32); in arcmsr_alloc_ccb_pool()
833 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB; in arcmsr_alloc_ccb_pool()
844 acb->ccbsize = roundup_ccbsize; in arcmsr_alloc_ccb_pool()
866 next_ccb_phy = dma_coherent_handle + roundup_ccbsize; in arcmsr_alloc_ccb_pool()
874 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()