Home
last modified time | relevance | path

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

/drivers/scsi/
Dstex.c1548 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1593 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1595 sts_offset += (ci->sts_count+1) * sizeof(u32); in stex_probe()
1596 cp_offset = sts_offset + (ci->sts_count+1) * sizeof(struct status_msg); in stex_probe()
1636 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()