Lines Matching refs:reply_post_free
921 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
993 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
999 rpf = reply_q->reply_post_free; in _base_interrupt()
2607 if (rps->reply_post_free) { in _base_release_memory_pools()
2610 rps->reply_post_free, in _base_release_memory_pools()
2614 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
2615 rps->reply_post_free = NULL; in _base_release_memory_pools()
2802 ioc->reply_post[i].reply_post_free = 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()
4419 long reply_post_free; in _base_make_ioc_operational() local
4493 reply_post_free = (long)ioc->reply_post[index].reply_post_free; in _base_make_ioc_operational()
4496 reply_q->reply_post_free = (Mpi2ReplyDescriptorsUnion_t *) in _base_make_ioc_operational()
4497 reply_post_free; in _base_make_ioc_operational()
4499 reply_q->reply_post_free[i].Words = in _base_make_ioc_operational()
4508 reply_post_free = (long) in _base_make_ioc_operational()
4509 ioc->reply_post[++index].reply_post_free; in _base_make_ioc_operational()
4511 reply_post_free += reply_post_free_sz; in _base_make_ioc_operational()