Searched refs:ofld_txq (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 382 struct sge_wrq *ofld_txq; /* TOE tx queues */ member 555 #define for_each_ofld_txq(pi, iter, ofld_txq) \ argument 556 ofld_txq = &pi->adapter->sge.ofld_txq[pi->first_ofld_txq]; \ 557 for (iter = 0; iter < pi->nofldtxq; ++iter, ++ofld_txq)
|
H A D | t4_sge.c | 434 struct sge_wrq *ofld_txq; in t4_setup_port_queues() local 538 for_each_ofld_txq(pi, i, ofld_txq) { in t4_setup_port_queues() 542 init_eq(&ofld_txq->eq, EQ_OFLD, p->qsize_txq, pi->tx_chan, in t4_setup_port_queues() 544 rc = alloc_wrq(sc, pi, ofld_txq, i); in t4_setup_port_queues() 577 struct sge_wrq *ofld_txq; in t4_teardown_port_queues() local 596 for_each_ofld_txq(pi, i, ofld_txq) { in t4_teardown_port_queues() 597 (void) free_wrq(sc, ofld_txq); in t4_teardown_port_queues()
|
H A D | t4_nexus.c | 499 s->ofld_txq = kmem_zalloc(s->nofldtxq * in t4_devo_attach() 721 if (s->ofld_txq != NULL) in t4_devo_detach() 722 kmem_free(s->ofld_txq, s->nofldtxq * sizeof (struct sge_wrq)); in t4_devo_detach()
|