Lines Matching refs:reply_post
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()
2821 ioc->reply_post[i].reply_post_free_dma)); in _base_allocate_memory_pools()
3820 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
3826 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
4493 reply_post_free = (long)ioc->reply_post[index].reply_post_free; in _base_make_ioc_operational()
4509 ioc->reply_post[++index].reply_post_free; in _base_make_ioc_operational()