Lines Matching refs:reply_pool
3500 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3501 h->reply_pool_head = h->reply_pool; in next_command()
3971 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()
3972 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()
4032 h->reply_pool = (__u64 *)pci_alloc_consistent( in cciss_put_controller_into_performant_mode()
4040 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()
4053 if (h->reply_pool) in cciss_put_controller_into_performant_mode()
4056 h->reply_pool, in cciss_put_controller_into_performant_mode()
4939 if (h->reply_pool) in cciss_undo_allocations_after_kdump_soft_reset()
4941 h->reply_pool, h->reply_pool_dhandle); in cciss_undo_allocations_after_kdump_soft_reset()
5308 if (h->reply_pool) in cciss_remove_one()
5310 h->reply_pool, h->reply_pool_dhandle); in cciss_remove_one()