Searched refs:nofldtxq (Results 1 – 2 of 2) sorted by relevance
104 uint16_t nofldtxq; /* # of offload tx queues */ member371 int nofldtxq; /* total # of TOE tx queues */ member557 for (iter = 0; iter < pi->nofldtxq; ++iter, ++ofld_txq)
493 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()