Lines Matching refs:nreply_queues
980 raw_smp_processor_id() % h->nreply_queues; in set_performant_mode()
982 c->Header.ReplyQueue = reply_queue % h->nreply_queues; in set_performant_mode()
997 cp->ReplyQueue = smp_processor_id() % h->nreply_queues; in set_ioaccel1_performant_mode()
999 cp->ReplyQueue = reply_queue % h->nreply_queues; in set_ioaccel1_performant_mode()
1021 cp->reply_queue = smp_processor_id() % h->nreply_queues; in set_ioaccel2_tmf_performant_mode()
1023 cp->reply_queue = reply_queue % h->nreply_queues; in set_ioaccel2_tmf_performant_mode()
1043 cp->reply_queue = smp_processor_id() % h->nreply_queues; in set_ioaccel2_performant_mode()
1045 cp->reply_queue = reply_queue % h->nreply_queues; in set_ioaccel2_performant_mode()
5411 last_queue = h->nreply_queues - 1; in wait_for_device_to_become_ready()
8011 for (i = 0; i < h->nreply_queues; i++) { in hpsa_free_reply_queues()
8882 for (i = 0; i < h->nreply_queues; i++) in hpsa_enter_performant_mode()
8893 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
8897 for (i = 0; i < h->nreply_queues; i++) { in hpsa_enter_performant_mode()
8941 for (i = 0; i < h->nreply_queues; i++) { in hpsa_enter_performant_mode()
8951 for (i = 0; i < h->nreply_queues; i++) in hpsa_enter_performant_mode()
9161 h->nreply_queues = h->msix_vector > 0 ? h->msix_vector : 1; in hpsa_put_ctlr_into_performant_mode()
9166 for (i = 0; i < h->nreply_queues; i++) { in hpsa_put_ctlr_into_performant_mode()