Home
last modified time | relevance | path

Searched refs:reply_dma (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1677 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt2sas_base_get_reply_virt_addr()
2420 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
2834 &ioc->reply_dma); in _base_allocate_memory_pools()
2840 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()
2841 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()
2846 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()
3676 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
4342 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
Dmpt2sas_base.h976 dma_addr_t reply_dma; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1959 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()
2584 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
3007 &ioc->reply_dma); in _base_allocate_memory_pools()
3013 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()
3014 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()
3020 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()
3798 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
4481 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
Dmpt3sas_base.h918 dma_addr_t reply_dma; member