Lines Matching refs:nirq
62 uint16_t nirq; /* Total # of vectors */ member
359 iaq->nirq = T4VF_EXTRA_INTR; in cfg_itype_and_nqueues()
366 iq_avail = vfres->niqflint - iaq->nirq; in cfg_itype_and_nqueues()
380 if (iaq->nirq + nports <= navail) { in cfg_itype_and_nqueues()
381 if (iq_avail > navail - iaq->nirq) in cfg_itype_and_nqueues()
382 iq_avail = navail - iaq->nirq; in cfg_itype_and_nqueues()
435 iaq->nirq += nrxq; in cfg_itype_and_nqueues()
438 if (iaq->nirq <= navail && in cfg_itype_and_nqueues()
439 (itype != INTR_MSI || powerof2(iaq->nirq))) { in cfg_itype_and_nqueues()
440 navail = iaq->nirq; in cfg_itype_and_nqueues()
448 itype, rc, iaq->nirq, navail); in cfg_itype_and_nqueues()
451 if (navail == iaq->nirq) { in cfg_itype_and_nqueues()
458 iaq->nirq = 1; in cfg_itype_and_nqueues()
459 navail = iaq->nirq; in cfg_itype_and_nqueues()
467 itype, rc, iaq->nirq, navail); in cfg_itype_and_nqueues()
695 sc->intr_count = iaq.nirq; in t4vf_attach()