Lines Matching refs:reply_dma
3837 return ioc->reply + (phys_addr - (u32)ioc->reply_dma);
5799 dma_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma);
6093 &ioc->reply_dma);
6096 if (!mpt3sas_check_same_4gb_region(ioc->reply_dma, sz)) {
6099 ioc->reply, (unsigned long long) ioc->reply_dma));
6103 ioc->reply_dma_min_address = (u32)(ioc->reply_dma);
6104 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz;
6107 ioc->reply, (unsigned long long)ioc->reply_dma,
7538 cpu_to_le32((u64)ioc->reply_dma >> 32);
8202 for (i = 0, reply_address = (u32)ioc->reply_dma ;