Lines Matching refs:msix_vectors
1053 if (unlikely(!h->msix_vectors))
7457 h->msix_vectors = 0;
7465 for (queue = 0; queue < h->msix_vectors; queue++) {
7499 h->msix_vectors = ret;
8057 if (!h->msix_vectors || h->intr_mode != PERF_MODE_INT) {
8065 for (i = 0; i < h->msix_vectors; i++) {
8091 if (h->intr_mode == PERF_MODE_INT && h->msix_vectors > 0) {
8093 for (i = 0; i < h->msix_vectors; i++) {
8115 if (h->msix_vectors > 0 || h->pdev->msi_enabled) {
8117 h->msix_vectors ? "x" : "");
9483 h->nreply_queues = h->msix_vectors > 0 ? h->msix_vectors : 1;