Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1604 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue()
4857 if (ioc->reply_free) { in _base_release_memory_pools()
4858 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
4863 ioc->reply_free)); in _base_release_memory_pools()
4864 ioc->reply_free = NULL; in _base_release_memory_pools()
5575 ioc->reply_free = dma_pool_zalloc(ioc->reply_free_dma_pool, GFP_KERNEL, in _base_allocate_memory_pools()
5577 if (!ioc->reply_free) { in _base_allocate_memory_pools()
5583 ioc->reply_free, ioc->reply_free_queue_depth, in _base_allocate_memory_pools()
7134 ioc->reply_free[i] = cpu_to_le32(reply_address); in _base_make_ioc_operational()
H A Dmpt3sas_base.h1422 __le32 *reply_free; member