Home
last modified time | relevance | path

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

/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1627 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt2sas_base_get_reply_virt_addr()
2366 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
2705 &ioc->reply_dma); in _base_allocate_memory_pools()
2711 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()
2712 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()
2717 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()
3507 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
4140 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
Dmpt2sas_base.h959 dma_addr_t reply_dma; member
/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1921 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()
2492 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
2840 &ioc->reply_dma); in _base_allocate_memory_pools()
2846 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()
2847 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()
2853 ioc->name, (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()
3659 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
4309 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
Dmpt3sas_base.h882 dma_addr_t reply_dma; member