Lines Matching refs:dma_mem
296 void *dma_mem; member
396 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
406 return (struct req_msg *)(hba->dma_mem + in stex_ss_alloc_req()
1069 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1581 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1583 if (!hba->dma_mem) { in stex_probe()
1592 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1596 if (!hba->dma_mem) { in stex_probe()
1613 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
1614 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
1615 hba->copy_buffer = hba->dma_mem + cp_offset; in stex_probe()
1690 hba->dma_mem, hba->dma_handle); in stex_probe()
1762 hba->dma_mem, hba->dma_handle); in stex_hba_free()