Lines Matching refs:reply_queue
310 int reply_queue);
992 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
1048 int reply_queue) in set_performant_mode() argument
1054 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1060 int reply_queue) in set_ioaccel1_performant_mode() argument
1068 cp->ReplyQueue = reply_queue; in set_ioaccel1_performant_mode()
1081 int reply_queue) in set_ioaccel2_tmf_performant_mode() argument
1089 cp->reply_queue = reply_queue; in set_ioaccel2_tmf_performant_mode()
1100 int reply_queue) in set_ioaccel2_performant_mode() argument
1108 cp->reply_queue = reply_queue; in set_ioaccel2_performant_mode()
1149 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() argument
1159 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
1162 set_ioaccel1_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1166 set_ioaccel2_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1170 set_ioaccel2_tmf_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1174 set_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
2844 struct CommandList *c, int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd_core() argument
2849 __enqueue_cmd_and_start_io(h, c, reply_queue); in hpsa_scsi_do_simple_cmd_core()
2864 int reply_queue, unsigned long timeout_msecs) in hpsa_scsi_do_simple_cmd() argument
2870 return hpsa_scsi_do_simple_cmd_core(h, c, reply_queue, timeout_msecs); in hpsa_scsi_do_simple_cmd()
3080 u8 reset_type, int reply_queue) in hpsa_send_reset() argument
3091 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_reset()
3168 u8 reset_type, int reply_queue) in hpsa_do_reset() argument
3178 rc = hpsa_send_reset(h, dev, reset_type, reply_queue); in hpsa_do_reset()
5912 int reply_queue) in hpsa_send_test_unit_ready() argument
5919 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_test_unit_ready()
5948 unsigned char lunaddr[], int reply_queue) in hpsa_wait_for_test_unit_ready() argument
5963 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue); in hpsa_wait_for_test_unit_ready()
5981 int reply_queue) in wait_for_device_to_become_ready() argument
5996 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready()
6000 first_queue = reply_queue; in wait_for_device_to_become_ready()
6001 last_queue = reply_queue; in wait_for_device_to_become_ready()
8195 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
8199 h->reply_queue[i].head, in hpsa_free_reply_queues()
8200 h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
8201 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
8202 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
9234 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
9250 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
9290 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
9299 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
9513 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode()
9515 &h->reply_queue[i].busaddr, in hpsa_put_ctlr_into_performant_mode()
9517 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode()
9521 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
9522 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
9523 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
9978 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()