Searched refs:reply_dma (Results 1 – 2 of 2) sorted by relevance
1385 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt2sas_base_get_reply_virt_addr()2072 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()2434 &ioc->reply_dma); in _base_allocate_memory_pools()2440 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()2441 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()2446 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()3239 cpu_to_le32(ioc->reply_dma >> 32); in _base_send_ioc_init()3742 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
802 dma_addr_t reply_dma; member