Searched defs:ofld_rxq (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c497 s->ofld_rxq = kmem_zalloc(s->nofldrxq *
608 struct sge_ofld_rxq *ofld_rxq; local
635 ofld_rxq = &s->ofld_rxq[pi->first_ofld_rxq];
636 for (q = 0; q < pi->nofldrxq; q++, ofld_rxq++) {
639 &ofld_rxq->iq);
723 if (s->ofld_rxq != NULL)
724 kmem_free(s->ofld_rxq,
2085 struct sge_ofld_rxq *ofld_rxq; local
2097 for_each_ofld_rxq(pi, i, ofld_rxq) {
2126 struct sge_ofld_rxq *ofld_rxq; local
[all...]
H A Dadapter.h336 /* ofld_rxq: SGE ingress queue + SGE free list + miscellaneous items */
383 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */ member in struct:sge
558 #define for_each_ofld_rxq(pi, iter, ofld_rxq) \
559 ofld_rxq = &pi->adapter->sge.ofld_rxq[pi->first_ofld_rxq]; \
560 for (iter = 0; iter < pi->nofldrxq; ++iter, ++ofld_rxq)
H A Dt4_sge.c91 static int alloc_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq,
93 static int free_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq);
399 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq;
409 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq;
433 struct sge_ofld_rxq *ofld_rxq; local
475 for_each_ofld_rxq(pi, i, ofld_rxq) {
477 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx,
480 init_fl(&ofld_rxq->fl, p->qsize_rxq / 8);
484 ofld_rxq->iq.flags = IQ_INTR;
485 rc = alloc_ofld_rxq(pi, ofld_rxq, intr_id
576 struct sge_ofld_rxq *ofld_rxq; local
1363 alloc_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq, int intr_idx) argument
1377 free_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq) argument
[all...]

Completed in 70 milliseconds