Lines Matching refs:dma_mem
316 void *dma_mem; member
416 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
426 return (struct req_msg *)(hba->dma_mem + in stex_ss_alloc_req()
1151 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1751 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1753 if (!hba->dma_mem) { in stex_probe()
1762 hba->dma_mem = dma_alloc_coherent(&pdev->dev, in stex_probe()
1766 if (!hba->dma_mem) { in stex_probe()
1783 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
1784 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
1785 hba->copy_buffer = hba->dma_mem + cp_offset; in stex_probe()
1854 hba->dma_mem, hba->dma_handle); in stex_probe()
1942 hba->dma_mem, hba->dma_handle); in stex_hba_free()