Home
last modified time | relevance | path

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

/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c816 unsigned long max_sg_entrys; in arcmsr_alloc_ccb_pool() local
824 max_sg_entrys = ARCMSR_DEFAULT_SG_ENTRIES; in arcmsr_alloc_ccb_pool()
828 max_sg_entrys = (max_xfer_len/4096); in arcmsr_alloc_ccb_pool()
831 acb->host->sg_tablesize = max_sg_entrys; in arcmsr_alloc_ccb_pool()
832 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32); in arcmsr_alloc_ccb_pool()