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

/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c813 unsigned long roundup_ccbsize; local
831 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32);
832 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB;
843 acb->ccbsize = roundup_ccbsize;
865 next_ccb_phy = dma_coherent_handle + roundup_ccbsize;
873 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize);

Completed in 185 milliseconds