Lines Matching refs:dma_mem
315 void *dma_mem;
415 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size;
425 return (struct req_msg *)(hba->dma_mem +
1151 msg_h = (struct st_msg_header *)hba->dma_mem;
1741 hba->dma_mem = dma_alloc_coherent(&pdev->dev,
1743 if (!hba->dma_mem) {
1752 hba->dma_mem = dma_alloc_coherent(&pdev->dev,
1756 if (!hba->dma_mem) {
1773 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset);
1774 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset);
1775 hba->copy_buffer = hba->dma_mem + cp_offset;
1844 hba->dma_mem, hba->dma_handle);
1932 hba->dma_mem, hba->dma_handle);