Searched refs:reply_post (Results 1 – 2 of 2) sorted by relevance
5812 if (ioc->reply_post) { in _base_release_memory_pools()5818 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()5821 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()5822 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()5825 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()5826 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()5841 kfree(ioc->reply_post); in _base_release_memory_pools()6189 ioc->reply_post = kcalloc(count, sizeof(struct reply_post_struct), in base_alloc_rdpq_dma_pool()6191 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()6211 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()[all …]
1576 struct reply_post_struct *reply_post; member