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()
1146 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1736 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1738 if (!hba->dma_mem) { in stex_probe()
1747 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1751 if (!hba->dma_mem) { in stex_probe()
1768 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
1769 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
1770 hba->copy_buffer = hba->dma_mem + cp_offset; in stex_probe()
1839 hba->dma_mem, hba->dma_handle); in stex_probe()
1927 hba->dma_mem, hba->dma_handle); in stex_hba_free()