Searched refs:reply_free (Results 1 – 2 of 2) sorted by relevance
1747 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue()5644 if (ioc->reply_free) { in _base_release_memory_pools()5645 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()5650 ioc->reply_free)); in _base_release_memory_pools()5651 ioc->reply_free = NULL; in _base_release_memory_pools()5963 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()5965 if (!ioc->reply_free) in _base_allocate_reply_free_dma_pool()5974 memset(ioc->reply_free, 0, sz); in _base_allocate_reply_free_dma_pool()5977 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_reply_free_dma_pool()6010 ioc->reply_free, in _base_allocate_reply_post_free_array()[all …]
1569 __le32 *reply_free; member
Completed in 23 milliseconds