Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c985 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()
2428 if (ioc->reply_free) { in _base_release_memory_pools()
2429 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
2434 "(0x%p): free\n", ioc->name, ioc->reply_free)); in _base_release_memory_pools()
2435 ioc->reply_free = NULL; in _base_release_memory_pools()
2858 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
2860 if (!ioc->reply_free) { in _base_allocate_memory_pools()
2865 memset(ioc->reply_free, 0, sz); in _base_allocate_memory_pools()
2868 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
4345 ioc->reply_free[i] = cpu_to_le32(reply_address); in _base_make_ioc_operational()
Dmpt2sas_base.h983 __le32 *reply_free; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c979 ioc->reply_free[ioc->reply_free_host_index] = in _base_interrupt()
2593 if (ioc->reply_free) { in _base_release_memory_pools()
2594 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
2600 ioc->name, ioc->reply_free)); in _base_release_memory_pools()
2601 ioc->reply_free = NULL; in _base_release_memory_pools()
3032 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
3034 if (!ioc->reply_free) { in _base_allocate_memory_pools()
3039 memset(ioc->reply_free, 0, sz); in _base_allocate_memory_pools()
3042 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
4484 ioc->reply_free[i] = cpu_to_le32(reply_address); in _base_make_ioc_operational()
Dmpt3sas_base.h925 __le32 *reply_free; member