Lines Matching refs:msix_vector
976 if (unlikely(!h->msix_vector)) in set_performant_mode()
7296 if (h->msix_vector) { in hpsa_disable_interrupt_mode()
7299 h->msix_vector = 0; in hpsa_disable_interrupt_mode()
7327 h->msix_vector = MAX_REPLY_QUEUES; in hpsa_interrupt_mode()
7328 if (h->msix_vector > num_online_cpus()) in hpsa_interrupt_mode()
7329 h->msix_vector = num_online_cpus(); in hpsa_interrupt_mode()
7331 1, h->msix_vector); in hpsa_interrupt_mode()
7334 h->msix_vector = 0; in hpsa_interrupt_mode()
7336 } else if (err < h->msix_vector) { in hpsa_interrupt_mode()
7340 h->msix_vector = err; in hpsa_interrupt_mode()
7341 for (i = 0; i < h->msix_vector; i++) in hpsa_interrupt_mode()
7886 for (i = 0; i < h->msix_vector; i++) { in hpsa_irq_affinity_hints()
7897 if (!h->msix_vector || h->intr_mode != PERF_MODE_INT) { in hpsa_free_irqs()
7906 for (i = 0; i < h->msix_vector; i++) { in hpsa_free_irqs()
7929 if (h->intr_mode == PERF_MODE_INT && h->msix_vector > 0) { in hpsa_request_irqs()
7931 for (i = 0; i < h->msix_vector; i++) { in hpsa_request_irqs()
7954 if (h->msix_vector > 0 || h->msi_vector) { in hpsa_request_irqs()
7955 if (h->msix_vector) in hpsa_request_irqs()
9161 h->nreply_queues = h->msix_vector > 0 ? h->msix_vector : 1; in hpsa_put_ctlr_into_performant_mode()