Lines Matching refs:reply_post_free
934 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1000 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1006 rpf = reply_q->reply_post_free; in _base_interrupt()
2441 if (rps->reply_post_free) { in _base_release_memory_pools()
2444 rps->reply_post_free, in _base_release_memory_pools()
2448 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
2449 rps->reply_post_free = NULL; in _base_release_memory_pools()
2630 ioc->reply_post[i].reply_post_free = 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()
4280 long reply_post_free; in _base_make_ioc_operational() local
4354 reply_post_free = (long)ioc->reply_post[index].reply_post_free; in _base_make_ioc_operational()
4357 reply_q->reply_post_free = (Mpi2ReplyDescriptorsUnion_t *) in _base_make_ioc_operational()
4358 reply_post_free; in _base_make_ioc_operational()
4360 reply_q->reply_post_free[i].Words = in _base_make_ioc_operational()
4369 reply_post_free = (long) in _base_make_ioc_operational()
4370 ioc->reply_post[++index].reply_post_free; in _base_make_ioc_operational()
4372 reply_post_free += reply_post_free_sz; in _base_make_ioc_operational()