Lines Matching refs:msix_vector
754 if (likely(h->msix_vector > 0)) in set_performant_mode()
5954 h->msix_vector = MAX_REPLY_QUEUES; in hpsa_interrupt_mode()
5955 if (h->msix_vector > num_online_cpus()) in hpsa_interrupt_mode()
5956 h->msix_vector = num_online_cpus(); in hpsa_interrupt_mode()
5958 1, h->msix_vector); in hpsa_interrupt_mode()
5961 h->msix_vector = 0; in hpsa_interrupt_mode()
5963 } else if (err < h->msix_vector) { in hpsa_interrupt_mode()
5967 h->msix_vector = err; in hpsa_interrupt_mode()
5968 for (i = 0; i < h->msix_vector; i++) in hpsa_interrupt_mode()
6461 for (i = 0; i < h->msix_vector; i++) { in hpsa_irq_affinity_hints()
6472 if (!h->msix_vector || h->intr_mode != PERF_MODE_INT) { in hpsa_free_irqs()
6480 for (i = 0; i < h->msix_vector; i++) { in hpsa_free_irqs()
6502 if (h->intr_mode == PERF_MODE_INT && h->msix_vector > 0) { in hpsa_request_irqs()
6504 for (i = 0; i < h->msix_vector; i++) { in hpsa_request_irqs()
6526 if (h->msix_vector > 0 || h->msi_vector) { in hpsa_request_irqs()
6572 if (h->msix_vector) { in hpsa_free_irqs_and_disable_msix()
7478 h->nreply_queues = h->msix_vector > 0 ? h->msix_vector : 1; in hpsa_put_ctlr_into_performant_mode()