Searched refs:reply_post (Results 1 – 4 of 4) sorted by relevance
2438 if (ioc->reply_post) { in _base_release_memory_pools()2440 rps = &ioc->reply_post[i]; in _base_release_memory_pools()2456 kfree(ioc->reply_post); in _base_release_memory_pools()2611 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()2615 if (!ioc->reply_post) { in _base_allocate_memory_pools()2630 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()2633 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()2634 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()2640 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()2644 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()[all …]
990 struct reply_post_struct *reply_post; member
2604 if (ioc->reply_post) { in _base_release_memory_pools()2606 rps = &ioc->reply_post[i]; in _base_release_memory_pools()2622 kfree(ioc->reply_post); in _base_release_memory_pools()2783 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()2787 if (!ioc->reply_post) { in _base_allocate_memory_pools()2802 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()2805 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()2806 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()2812 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()2816 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()[all …]
932 struct reply_post_struct *reply_post; member