Searched refs:nreply_queues (Results 1 – 2 of 2) sorted by relevance
193 u8 nreply_queues; member506 BUG_ON(q >= h->nreply_queues); in SA5_ioaccel_mode1_completed()
756 raw_smp_processor_id() % h->nreply_queues; in set_performant_mode()768 cp->ReplyQueue = smp_processor_id() % h->nreply_queues; in set_ioaccel1_performant_mode()786 cp->reply_queue = smp_processor_id() % h->nreply_queues; in set_ioaccel2_performant_mode()6586 for (i = 0; i < h->nreply_queues; i++) { in hpsa_free_reply_queues()7246 for (i = 0; i < h->nreply_queues; i++) in hpsa_enter_performant_mode()7257 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()7261 for (i = 0; i < h->nreply_queues; i++) { in hpsa_enter_performant_mode()7305 for (i = 0; i < h->nreply_queues; i++) { in hpsa_enter_performant_mode()7315 for (i = 0; i < h->nreply_queues; i++) in hpsa_enter_performant_mode()7478 h->nreply_queues = h->msix_vector > 0 ? h->msix_vector : 1; in hpsa_put_ctlr_into_performant_mode()[all …]