Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstex.c1658 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1727 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1729 sts_offset += (ci->sts_count+1) * sizeof(u32); in stex_probe()
1730 cp_offset = sts_offset + (ci->sts_count+1) * sizeof(struct status_msg); in stex_probe()
1770 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()