Lines Matching refs:reply_post
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()
2649 ioc->reply_post[i].reply_post_free_dma)); in _base_allocate_memory_pools()
3698 (u64)ioc->reply_post[i].reply_post_free_dma); in _base_send_ioc_init()
3704 cpu_to_le64((u64)ioc->reply_post[0].reply_post_free_dma); in _base_send_ioc_init()
4354 reply_post_free = (long)ioc->reply_post[index].reply_post_free; in _base_make_ioc_operational()
4370 ioc->reply_post[++index].reply_post_free; in _base_make_ioc_operational()