Lines Matching refs:reply_post_free
925 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
991 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
997 rpf = reply_q->reply_post_free; in _base_interrupt()
2384 if (ioc->reply_post_free) { in _base_release_memory_pools()
2386 ioc->reply_post_free, ioc->reply_post_free_dma); in _base_release_memory_pools()
2391 ioc->reply_post_free)); in _base_release_memory_pools()
2392 ioc->reply_post_free = NULL; in _base_release_memory_pools()
2758 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
2760 if (!ioc->reply_post_free) { in _base_allocate_memory_pools()
2765 memset(ioc->reply_post_free, 0, sz); in _base_allocate_memory_pools()
2768 ioc->name, ioc->reply_post_free, ioc->reply_post_queue_depth, 8, in _base_allocate_memory_pools()
4078 long reply_post_free; in _base_make_ioc_operational() local
4150 reply_post_free = (long)ioc->reply_post_free; in _base_make_ioc_operational()
4155 reply_q->reply_post_free = (Mpi2ReplyDescriptorsUnion_t *) in _base_make_ioc_operational()
4156 reply_post_free; in _base_make_ioc_operational()
4158 reply_q->reply_post_free[i].Words = in _base_make_ioc_operational()
4162 reply_post_free += reply_post_free_sz; in _base_make_ioc_operational()