Lines Matching refs:reply_queue

310 					   int reply_queue);
996 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
1052 int reply_queue) in set_performant_mode() argument
1058 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1064 int reply_queue) in set_ioaccel1_performant_mode() argument
1072 cp->ReplyQueue = reply_queue; in set_ioaccel1_performant_mode()
1085 int reply_queue) in set_ioaccel2_tmf_performant_mode() argument
1093 cp->reply_queue = reply_queue; in set_ioaccel2_tmf_performant_mode()
1104 int reply_queue) in set_ioaccel2_performant_mode() argument
1112 cp->reply_queue = reply_queue; in set_ioaccel2_performant_mode()
1153 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() argument
1163 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
1166 set_ioaccel1_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1170 set_ioaccel2_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1174 set_ioaccel2_tmf_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1178 set_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
2848 struct CommandList *c, int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_core() argument
2853 __enqueue_cmd_and_start_io(h, c, reply_queue); in hpsa_scsi_do_simple_cmd_core()
2868 int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd() argument
2874 return hpsa_scsi_do_simple_cmd_core(h, c, reply_queue, timeout_msecs); in hpsa_scsi_do_simple_cmd()
3084 u8 reset_type, int reply_queue) in hpsa_send_reset() argument
3095 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_reset()
3172 u8 reset_type, int reply_queue) in hpsa_do_reset() argument
3182 rc = hpsa_send_reset(h, dev, reset_type, reply_queue); in hpsa_do_reset()
5914 int reply_queue) in hpsa_send_test_unit_ready() argument
5921 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_test_unit_ready()
5950 unsigned char lunaddr[], int reply_queue) in hpsa_wait_for_test_unit_ready() argument
5965 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue); in hpsa_wait_for_test_unit_ready()
5983 int reply_queue) in wait_for_device_to_become_ready() argument
5998 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready()
6002 first_queue = reply_queue; in wait_for_device_to_become_ready()
6003 last_queue = reply_queue; in wait_for_device_to_become_ready()
8197 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
8201 h->reply_queue[i].head, in hpsa_free_reply_queues()
8202 h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
8203 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
8204 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
9236 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
9252 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
9292 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
9301 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
9515 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode()
9517 &h->reply_queue[i].busaddr, in hpsa_put_ctlr_into_performant_mode()
9519 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode()
9523 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
9524 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
9525 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
9980 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()