Lines Matching refs:reply_post
4734 if (ioc->reply_post) { in _base_release_memory_pools()
4736 rps = &ioc->reply_post[i]; in _base_release_memory_pools()
4758 kfree(ioc->reply_post); in _base_release_memory_pools()
4998 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
5002 if (!ioc->reply_post) { in _base_allocate_memory_pools()
5014 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
5017 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()
5018 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
5024 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()
5029 (u64)ioc->reply_post[i].reply_post_free_dma)); in _base_allocate_memory_pools()
6190 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
6196 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
6807 reply_post_free_contig = ioc->reply_post[0].reply_post_free; in _base_make_ioc_operational()
6815 ioc->reply_post[index++].reply_post_free; in _base_make_ioc_operational()