Lines Matching refs:dma_mem
315 void *dma_mem;
412 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size;
422 return (struct req_msg *)(hba->dma_mem +
1148 msg_h = (struct st_msg_header *)hba->dma_mem;
1738 hba->dma_mem = dma_alloc_coherent(&pdev->dev,
1740 if (!hba->dma_mem) {
1749 hba->dma_mem = dma_alloc_coherent(&pdev->dev,
1753 if (!hba->dma_mem) {
1770 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset);
1771 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset);
1772 hba->copy_buffer = hba->dma_mem + cp_offset;
1841 hba->dma_mem, hba->dma_handle);
1929 hba->dma_mem, hba->dma_handle);