Searched refs:reply_post (Results 1 – 2 of 2) sorted by relevance
4867 if (ioc->reply_post) { in _base_release_memory_pools()4873 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()4876 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()4877 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()4880 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()4881 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()4896 kfree(ioc->reply_post); in _base_release_memory_pools()4978 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()4980 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()5000 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()[all …]
1428 struct reply_post_struct *reply_post; member