Searched refs:iaq (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_vf.c319 cfg_itype_and_nqueues(struct adapter *sc, struct intrs_and_queues *iaq) argument
331 bzero(iaq, sizeof(*iaq));
345 iaq->intr_type = itype;
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
486 struct intrs_and_queues iaq; local
[all...]
H A Dt4_main.c1012 struct intrs_and_queues iaq; local
1254 rc = cfg_itype_and_nqueues(sc, &iaq);
1258 num_vis = iaq.num_vis;
1259 sc->intr_type = iaq.intr_type;
1260 sc->intr_count = iaq.nirq;
1263 s->nrxq = nports * iaq.nrxq;
1264 s->ntxq = nports * iaq.ntxq;
1266 s->nrxq += nports * (num_vis - 1) * iaq.nrxq_vi;
1267 s->ntxq += nports * (num_vis - 1) * iaq.ntxq_vi;
1274 s->nofldtxq = nports * iaq
3279 update_nirq(struct intrs_and_queues *iaq, int nports) argument
3294 calculate_iaq(struct adapter *sc, struct intrs_and_queues *iaq, int itype, int navail) argument
3434 cfg_itype_and_nqueues(struct adapter *sc, struct intrs_and_queues *iaq) argument
[all...]

Completed in 65 milliseconds