Lines Matching refs:reply_queue
697 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
786 cp->reply_queue = smp_processor_id() % h->nreply_queues; in set_ioaccel2_performant_mode()
6587 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
6590 h->reply_queue[i].head, h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
6591 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
6592 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
7247 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
7263 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
7307 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
7316 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
7484 h->reply_queue[i].head = pci_alloc_consistent(h->pdev, in hpsa_put_ctlr_into_performant_mode()
7486 &(h->reply_queue[i].busaddr)); in hpsa_put_ctlr_into_performant_mode()
7487 if (!h->reply_queue[i].head) in hpsa_put_ctlr_into_performant_mode()
7489 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
7490 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
7491 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
7577 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()