Lines Matching refs:reply_pool
3516 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3517 h->reply_pool_head = h->reply_pool; in next_command()
3987 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()
3988 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()
4048 h->reply_pool = (__u64 *)pci_alloc_consistent( in cciss_put_controller_into_performant_mode()
4056 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()
4069 if (h->reply_pool) in cciss_put_controller_into_performant_mode()
4072 h->reply_pool, in cciss_put_controller_into_performant_mode()
4954 if (h->reply_pool) in cciss_undo_allocations_after_kdump_soft_reset()
4956 h->reply_pool, h->reply_pool_dhandle); in cciss_undo_allocations_after_kdump_soft_reset()
5323 if (h->reply_pool) in cciss_remove_one()
5325 h->reply_pool, h->reply_pool_dhandle); in cciss_remove_one()