Lines Matching defs:nirq
733 uint16_t nirq; /* Total # of vectors */
1465 sc->intr_count = iaq.nirq;
4316 iaq->nirq = T4_EXTRA_INTR;
4317 iaq->nirq += nports * max(iaq->nrxq, iaq->nnmrxq);
4318 iaq->nirq += nports * iaq->nofldrxq;
4319 iaq->nirq += nports * (iaq->num_vis - 1) *
4321 iaq->nirq += nports * (iaq->num_vis - 1) * iaq->nofldrxq_vi;
4368 if (iaq->nirq <= navail &&
4369 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4384 if (iaq->nirq <= navail &&
4385 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4389 "itype %d, navail %u, nirq %d.\n",
4392 itype, navail, iaq->nirq);
4407 "nnmrxq_vi=%u. itype %d, navail %u, nirq %d.\n",
4409 iaq->nnmrxq_vi, itype, navail, iaq->nirq);
4426 old_nirq = iaq->nirq;
4428 if (iaq->nirq <= navail &&
4429 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4433 "itype %d, navail %u, nirq %d.\n", iaq->nrxq,
4434 iaq->nofldrxq, itype, navail, iaq->nirq);
4437 } while (old_nirq != iaq->nirq);
4442 iaq->nirq = 1;
4457 MPASS(iaq->nirq > 0);
4461 MPASS(powerof2(iaq->nirq));
4486 nalloc = iaq->nirq;
4494 if (nalloc == iaq->nirq)
4503 itype, iaq->nirq, nalloc);
4511 itype, rc, iaq->nirq, nalloc);