Searched refs:nirq (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_vf.c64 uint16_t nirq; /* Total # of vectors */ member in struct:intrs_and_queues
360 iaq->nirq = T4VF_EXTRA_INTR;
367 iq_avail = vfres->niqflint - iaq->nirq;
381 if (iaq->nirq + nports <= navail) {
382 if (iq_avail > navail - iaq->nirq)
383 iq_avail = navail - iaq->nirq;
436 iaq->nirq += nrxq;
439 if (iaq->nirq <= navail &&
440 (itype != INTR_MSI || powerof2(iaq->nirq))) {
441 navail = iaq->nirq;
[all...]
H A Dt4_main.c646 uint16_t nirq; /* Total # of vectors */ member in struct:intrs_and_queues
1260 sc->intr_count = iaq.nirq;
3282 iaq->nirq = T4_EXTRA_INTR;
3283 iaq->nirq += nports * max(iaq->nrxq, iaq->nnmrxq);
3284 iaq->nirq += nports * iaq->nofldrxq;
3285 iaq->nirq += nports * (iaq->num_vis - 1) *
3287 iaq->nirq += nports * (iaq->num_vis - 1) * iaq->nofldrxq_vi;
3334 if (iaq->nirq <= navail &&
3335 (itype != INTR_MSI || powerof2(iaq->nirq))) {
3350 if (iaq->nirq <
[all...]
/freebsd-12-stable/sys/powerpc/powermac/
H A Dcpcht.c222 int i, nirq, irq; local
273 nirq = PCIB_READ_CONFIG(dev, b, s, f, ptr + 4, 4);
274 nirq = ((nirq >> 16) & 0xff) + 1;
276 device_printf(dev, "%d HT IRQs on device %d.%d\n", nirq, s, f);
278 for (i = 0; i < nirq; i++) {

Completed in 176 milliseconds