Lines Matching refs:reply_queue

311 					   int reply_queue);
993 struct reply_queue_buffer *rq = &h->reply_queue[q]; in next_command()
1049 int reply_queue) in set_performant_mode() argument
1055 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1061 int reply_queue) in set_ioaccel1_performant_mode() argument
1069 cp->ReplyQueue = reply_queue; in set_ioaccel1_performant_mode()
1082 int reply_queue) in set_ioaccel2_tmf_performant_mode() argument
1090 cp->reply_queue = reply_queue; in set_ioaccel2_tmf_performant_mode()
1101 int reply_queue) in set_ioaccel2_performant_mode() argument
1109 cp->reply_queue = reply_queue; in set_ioaccel2_performant_mode()
1150 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() argument
1157 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
1160 set_ioaccel1_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1164 set_ioaccel2_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1168 set_ioaccel2_tmf_performant_mode(h, c, reply_queue); in __enqueue_cmd_and_start_io()
1172 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()
5898 int reply_queue) in hpsa_send_test_unit_ready() argument
5905 rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT); in hpsa_send_test_unit_ready()
5934 unsigned char lunaddr[], int reply_queue) in hpsa_wait_for_test_unit_ready() argument
5949 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue); in hpsa_wait_for_test_unit_ready()
5967 int reply_queue) in wait_for_device_to_become_ready() argument
5982 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready()
5986 first_queue = reply_queue; in wait_for_device_to_become_ready()
5987 last_queue = reply_queue; in wait_for_device_to_become_ready()
8168 if (!h->reply_queue[i].head) in hpsa_free_reply_queues()
8172 h->reply_queue[i].head, in hpsa_free_reply_queues()
8173 h->reply_queue[i].busaddr); in hpsa_free_reply_queues()
8174 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues()
8175 h->reply_queue[i].busaddr = 0; in hpsa_free_reply_queues()
9209 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode()
9225 writel(h->reply_queue[i].busaddr, in hpsa_enter_performant_mode()
9265 h->reply_queue[i].current_entry = in hpsa_enter_performant_mode()
9274 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode()
9489 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode()
9491 &h->reply_queue[i].busaddr, in hpsa_put_ctlr_into_performant_mode()
9493 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode()
9497 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()
9498 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
9499 h->reply_queue[i].current_entry = 0; in hpsa_put_ctlr_into_performant_mode()
9954 VERIFY_OFFSET(reply_queue, 2); in verify_offsets()