Lines Matching refs:dma_mem
297 void *dma_mem; member
389 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
399 return (struct req_msg *)(hba->dma_mem + in stex_ss_alloc_req()
1062 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1573 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1575 if (!hba->dma_mem) { in stex_probe()
1584 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1588 if (!hba->dma_mem) { in stex_probe()
1605 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
1606 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
1607 hba->copy_buffer = hba->dma_mem + cp_offset; in stex_probe()
1675 hba->dma_mem, hba->dma_handle); in stex_probe()
1747 hba->dma_mem, hba->dma_handle); in stex_hba_free()