Searched refs:reply_dma (Results 1 – 4 of 4) sorted by relevance
1937 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()2558 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()2975 &ioc->reply_dma); in _base_allocate_memory_pools()2981 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()2982 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()2988 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()3766 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()4448 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
913 dma_addr_t reply_dma; member
1655 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt2sas_base_get_reply_virt_addr()2395 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()2805 &ioc->reply_dma); in _base_allocate_memory_pools()2811 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()2812 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()2817 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()3647 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()4313 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
971 dma_addr_t reply_dma; member