Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1763 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue()
5814 if (ioc->reply_free) { in _base_release_memory_pools()
5815 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
5820 ioc->reply_free)); in _base_release_memory_pools()
5821 ioc->reply_free = NULL; in _base_release_memory_pools()
6134 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()
6136 if (!ioc->reply_free) in _base_allocate_reply_free_dma_pool()
6141 ioc->reply_free, (unsigned long long) ioc->reply_free_dma)); in _base_allocate_reply_free_dma_pool()
6145 memset(ioc->reply_free, 0, sz); in _base_allocate_reply_free_dma_pool()
6148 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_reply_free_dma_pool()
[all …]
H A Dmpt3sas_base.h1566 __le32 *reply_free; member