Searched refs:reply_dma (Results 1 – 2 of 2) sorted by relevance
2229 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()3068 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()3495 &ioc->reply_dma); in _base_allocate_memory_pools()3501 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()3502 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()3508 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()4354 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()5039 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
1117 dma_addr_t reply_dma; member