Searched refs:reply_post (Results 1 – 2 of 2) sorted by relevance
5667 if (ioc->reply_post) { in _base_release_memory_pools()5673 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()5676 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()5677 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()5680 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()5681 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()5696 kfree(ioc->reply_post); in _base_release_memory_pools()6048 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()6050 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()6070 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()[all …]
1576 struct reply_post_struct *reply_post; member