Lines Matching refs:reply_queue
304 int reply_queue);
986 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
1042 int reply_queue) in set_performant_mode() argument
1048 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1054 int reply_queue) in set_ioaccel1_performant_mode() argument
1062 cp->ReplyQueue = reply_queue; in set_ioaccel1_performant_mode()
1075 int reply_queue) in set_ioaccel2_tmf_performant_mode() argument
1083 cp->reply_queue = reply_queue; in set_ioaccel2_tmf_performant_mode()
1094 int reply_queue) in set_ioaccel2_performant_mode() argument
1102 cp->reply_queue = reply_queue; in set_ioaccel2_performant_mode()
1143 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() argument
1148 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
1151 set_ioaccel1_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1155 set_ioaccel2_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1159 set_ioaccel2_tmf_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1163 set_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
2805 struct CommandList *c, int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_core() argument
2810 __enqueue_cmd_and_start_io(h, c, reply_queue); in hpsa_scsi_do_simple_cmd_core()
2825 int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd() argument
2831 return hpsa_scsi_do_simple_cmd_core(h, c, reply_queue, timeout_msecs); in hpsa_scsi_do_simple_cmd()
3040 u8 reset_type, int reply_queue) in hpsa_send_reset() argument
3052 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_reset()
3129 unsigned char *scsi3addr, u8 reset_type, int reply_queue) in hpsa_do_reset() argument
3167 rc = hpsa_send_reset(h, scsi3addr, reset_type, reply_queue); in hpsa_do_reset()
5799 int reply_queue) in hpsa_send_test_unit_ready() argument
5806 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, DEFAULT_TIMEOUT); in hpsa_send_test_unit_ready()
5835 unsigned char lunaddr[], int reply_queue) in hpsa_wait_for_test_unit_ready() argument
5850 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue); in hpsa_wait_for_test_unit_ready()
5868 int reply_queue) in wait_for_device_to_become_ready() argument
5883 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready()
5887 first_queue = reply_queue; in wait_for_device_to_become_ready()
5888 last_queue = reply_queue; in wait_for_device_to_become_ready()
8069 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
8073 h->reply_queue[i].head, in hpsa_free_reply_queues()
8074 h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
8075 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
8076 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
9079 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
9095 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
9135 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
9144 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
9359 h->reply_queue[i].head = pci_alloc_consistent(h->pdev, in hpsa_put_ctlr_into_performant_mode()
9361 &(h->reply_queue[i].busaddr)); in hpsa_put_ctlr_into_performant_mode()
9362 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode()
9366 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
9367 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
9368 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
9823 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()