Searched refs:reply_free (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 949 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt() 2339 if (ioc->reply_free) { in _base_release_memory_pools() 2340 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools() 2345 "(0x%p): free\n", ioc->name, ioc->reply_free)); in _base_release_memory_pools() 2346 ioc->reply_free = NULL; in _base_release_memory_pools() 2694 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools() 2696 if (!ioc->reply_free) { in _base_allocate_memory_pools() 2701 memset(ioc->reply_free, 0, sz); in _base_allocate_memory_pools() 2704 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools() 4108 ioc->reply_free[i] = cpu_to_le32(reply_address); in _base_make_ioc_operational()
|
D | mpt2sas_base.h | 958 __le32 *reply_free; member
|