Searched refs:reply_post (Results 1 – 2 of 2) sorted by relevance
3088 if (ioc->reply_post) { in _base_release_memory_pools()3090 rps = &ioc->reply_post[i]; in _base_release_memory_pools()3106 kfree(ioc->reply_post); in _base_release_memory_pools()3271 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()3275 if (!ioc->reply_post) { in _base_allocate_memory_pools()3290 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()3293 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()3294 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()3300 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()3304 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()[all …]
1131 struct reply_post_struct *reply_post; member