Home
last modified time | relevance | path

Searched refs:reply_free (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1005 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()
3077 if (ioc->reply_free) { in _base_release_memory_pools()
3078 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
3084 ioc->name, ioc->reply_free)); in _base_release_memory_pools()
3085 ioc->reply_free = NULL; in _base_release_memory_pools()
3520 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
3522 if (!ioc->reply_free) { in _base_allocate_memory_pools()
3527 memset(ioc->reply_free, 0, sz); in _base_allocate_memory_pools()
3530 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
5042 ioc->reply_free[i] = cpu_to_le32(reply_address); in _base_make_ioc_operational()
Dmpt3sas_base.h1124 __le32 *reply_free; member