Lines Matching defs:nirq
788 uint16_t nirq; /* Total # of vectors */
1581 sc->intr_count = iaq.nirq;
4558 iaq->nirq = T4_EXTRA_INTR;
4559 iaq->nirq += nports * max(iaq->nrxq, iaq->nnmrxq);
4560 iaq->nirq += nports * iaq->nofldrxq;
4561 iaq->nirq += nports * (iaq->num_vis - 1) *
4563 iaq->nirq += nports * (iaq->num_vis - 1) * iaq->nofldrxq_vi;
4629 if (iaq->nirq <= navail &&
4630 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4645 if (iaq->nirq <= navail &&
4646 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4650 "itype %d, navail %u, nirq %d.\n",
4653 itype, navail, iaq->nirq);
4668 "nnmrxq_vi=%u. itype %d, navail %u, nirq %d.\n",
4670 iaq->nnmrxq_vi, itype, navail, iaq->nirq);
4687 old_nirq = iaq->nirq;
4689 if (iaq->nirq <= navail &&
4690 (itype != INTR_MSI || powerof2(iaq->nirq))) {
4694 "itype %d, navail %u, nirq %d.\n", iaq->nrxq,
4695 iaq->nofldrxq, itype, navail, iaq->nirq);
4698 } while (old_nirq != iaq->nirq);
4703 iaq->nirq = 1;
4722 MPASS(iaq->nirq > 0);
4726 MPASS(powerof2(iaq->nirq));
4752 nalloc = iaq->nirq;
4760 if (nalloc == iaq->nirq)
4769 itype, iaq->nirq, nalloc);
4777 itype, rc, iaq->nirq, nalloc);