Home
last modified time | relevance | path

Searched refs:nofldrxq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h115 uint16_t nofldrxq; /* # of offload rx queues */ member
411 int nofldrxq; /* total # of TOE rx queues */ member
645 for (iter = 0; iter < pi->nofldrxq; ++iter, ++ofld_rxq)
H A Dt4_nexus.c613 s->nofldrxq = nxg * iaq.nofldrxq10g + n1g * iaq.nofldrxq1g; in t4_devo_attach()
615 s->neq += s->nofldtxq + s->nofldrxq; in t4_devo_attach()
616 s->niq += s->nofldrxq; in t4_devo_attach()
618 s->ofld_rxq = kmem_zalloc(s->nofldrxq * in t4_devo_attach()
668 pi->nofldrxq = max(1, pi->nrxq / 4); in t4_devo_attach()
674 ofld_rqidx += pi->nofldrxq; in t4_devo_attach()
739 pi->nofldrxq > pi->nrxq) in t4_devo_attach()
759 for (q = 0; q < pi->nofldrxq; q++, ofld_rxq++) { in t4_devo_attach()
879 s->nofldrxq * sizeof (struct sge_ofld_rxq)); in t4_devo_detach()
H A Dt4_sge.c396 rc += p->nrxq + p->nofldrxq; in first_vector()
398 rc += max(p->nrxq, p->nofldrxq); in first_vector()
429 idx %= pi->nrxq + pi->nofldrxq; in port_intr_iq()
438 idx %= max(pi->nrxq, pi->nofldrxq); in port_intr_iq()
440 if (pi->nrxq >= pi->nofldrxq) in port_intr_iq()
495 || (sc->intr_count > 1 && pi->nrxq >= pi->nofldrxq) in t4_setup_port_queues()
518 (sc->intr_count > 1 && pi->nofldrxq > pi->nrxq)) { in t4_setup_port_queues()