Lines Matching refs:dma_mem
311 void *dma_mem; member
411 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
421 return (struct req_msg *)(hba->dma_mem + in stex_ss_alloc_req()
1147 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1737 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1739 if (!hba->dma_mem) { in stex_probe()
1748 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1752 if (!hba->dma_mem) { in stex_probe()
1769 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
1770 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
1771 hba->copy_buffer = hba->dma_mem + cp_offset; in stex_probe()
1840 hba->dma_mem, hba->dma_handle); in stex_probe()
1928 hba->dma_mem, hba->dma_handle); in stex_hba_free()