Lines Matching refs:msix_vectors
1056 if (unlikely(!h->msix_vectors))
7484 h->msix_vectors = 0;
7492 for (queue = 0; queue < h->msix_vectors; queue++) {
7526 h->msix_vectors = ret;
8082 if (!h->msix_vectors || h->intr_mode != PERF_MODE_INT) {
8090 for (i = 0; i < h->msix_vectors; i++) {
8116 if (h->intr_mode == PERF_MODE_INT && h->msix_vectors > 0) {
8118 for (i = 0; i < h->msix_vectors; i++) {
8140 if (h->msix_vectors > 0 || h->pdev->msi_enabled) {
8142 h->msix_vectors ? "x" : "");
9498 h->nreply_queues = h->msix_vectors > 0 ? h->msix_vectors : 1;