Lines Matching refs:reply_queue
311 int reply_queue);
989 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
1045 int reply_queue) in set_performant_mode() argument
1051 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1057 int reply_queue) in set_ioaccel1_performant_mode() argument
1065 cp->ReplyQueue = reply_queue; in set_ioaccel1_performant_mode()
1078 int reply_queue) in set_ioaccel2_tmf_performant_mode() argument
1086 cp->reply_queue = reply_queue; in set_ioaccel2_tmf_performant_mode()
1097 int reply_queue) in set_ioaccel2_performant_mode() argument
1105 cp->reply_queue = reply_queue; in set_ioaccel2_performant_mode()
1146 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() argument
1156 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
1159 set_ioaccel1_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1163 set_ioaccel2_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1167 set_ioaccel2_tmf_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1171 set_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
2842 struct CommandList *c, int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_core() argument
2847 __enqueue_cmd_and_start_io(h, c, reply_queue); in hpsa_scsi_do_simple_cmd_core()
2862 int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd() argument
2868 return hpsa_scsi_do_simple_cmd_core(h, c, reply_queue, timeout_msecs); in hpsa_scsi_do_simple_cmd()
3078 u8 reset_type, int reply_queue) in hpsa_send_reset() argument
3089 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_reset()
3166 u8 reset_type, int reply_queue) in hpsa_do_reset() argument
3176 rc = hpsa_send_reset(h, dev, reset_type, reply_queue); in hpsa_do_reset()
5908 int reply_queue) in hpsa_send_test_unit_ready() argument
5915 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_test_unit_ready()
5944 unsigned char lunaddr[], int reply_queue) in hpsa_wait_for_test_unit_ready() argument
5959 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue); in hpsa_wait_for_test_unit_ready()
5977 int reply_queue) in wait_for_device_to_become_ready() argument
5992 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready()
5996 first_queue = reply_queue; in wait_for_device_to_become_ready()
5997 last_queue = reply_queue; in wait_for_device_to_become_ready()
8186 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
8190 h->reply_queue[i].head, in hpsa_free_reply_queues()
8191 h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
8192 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
8193 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
9224 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
9240 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
9280 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
9289 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
9497 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode()
9499 &h->reply_queue[i].busaddr, in hpsa_put_ctlr_into_performant_mode()
9501 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode()
9505 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
9506 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
9507 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
9965 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()