Home
last modified time | relevance | path

Searched refs:nofldtxq (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h104 uint16_t nofldtxq; /* # of offload tx queues */ member
371 int nofldtxq; /* total # of TOE tx queues */ member
557 for (iter = 0; iter < pi->nofldtxq; ++iter, ++ofld_txq)
H A Dt4_nexus.c493 s->nofldtxq = n10g * iaq.nofldtxq10g + n1g * iaq.nofldtxq1g; in t4_devo_attach()
494 s->neq += s->nofldtxq + s->nofldrxq; in t4_devo_attach()
499 s->ofld_txq = kmem_zalloc(s->nofldtxq * in t4_devo_attach()
549 pi->nofldtxq = max(1, pi->ntxq / 2); in t4_devo_attach()
552 ofld_tqidx += pi->nofldtxq; in t4_devo_attach()
722 kmem_free(s->ofld_txq, s->nofldtxq * sizeof (struct sge_wrq)); in t4_devo_detach()