Searched refs:reply_post (Results 1 – 2 of 2) sorted by relevance
5839 if (ioc->reply_post) { in _base_release_memory_pools()5845 if (ioc->reply_post[i].reply_post_free) { in _base_release_memory_pools()5848 ioc->reply_post[i].reply_post_free, in _base_release_memory_pools()5849 ioc->reply_post[i].reply_post_free_dma); in _base_release_memory_pools()5852 ioc->reply_post[i].reply_post_free)); in _base_release_memory_pools()5853 ioc->reply_post[i].reply_post_free = in _base_release_memory_pools()5868 kfree(ioc->reply_post); in _base_release_memory_pools()6219 ioc->reply_post = kzalloc_objs(struct reply_post_struct, count); in base_alloc_rdpq_dma_pool()6220 if (!ioc->reply_post) in base_alloc_rdpq_dma_pool()6240 ioc->reply_post[i].reply_post_free = in base_alloc_rdpq_dma_pool()[all …]
1575 struct reply_post_struct *reply_post; member