Searched refs:ofld_rxq (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c868 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq;
878 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq;
927 struct sge_ofld_rxq *ofld_rxq; local
943 oid2 = SYSCTL_ADD_NODE(&pi->ctx, children, OID_AUTO, "ofld_rxq",
983 for_each_ofld_rxq(pi, i, ofld_rxq) {
985 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx,
988 snprintf(name, sizeof(name), "%s ofld_rxq%d-fl",
990 init_fl(sc, &ofld_rxq->fl, pi->qsize_rxq / 8, maxp, pack, name);
994 ofld_rxq->iq.flags |= IQ_INTR;
995 rc = alloc_ofld_rxq(pi, ofld_rxq, intr_id
1109 struct sge_ofld_rxq *ofld_rxq; local
1949 struct sge_ofld_rxq *ofld_rxq; local
2496 alloc_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq, int intr_idx, int idx, struct sysctl_oid *oid) argument
2531 free_ofld_rxq(struct port_info *pi, struct sge_ofld_rxq *ofld_rxq) argument
[all...]
H A Dadapter.h493 /* ofld_rxq: SGE ingress queue + SGE free list + miscellaneous items */
559 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */ member in struct:sge
715 for (q = &pi->adapter->sge.ofld_rxq[pi->first_ofld_rxq], iter = 0; \
H A Dt4_main.c487 * exactly the same for both rxq and ofld_rxq.
737 s->ofld_rxq = malloc(s->nofldrxq * sizeof(struct sge_ofld_rxq),
915 free(sc->sge.ofld_rxq, M_CXGBE);
3023 struct sge_ofld_rxq *ofld_rxq; local
3097 ofld_rxq = &sc->sge.ofld_rxq[pi->first_ofld_rxq];
3098 for (q = 0; q < pi->nofldrxq; q++, ofld_rxq++) {
3101 ofld_rxq, s);
3233 struct sge_ofld_rxq *ofld_rxq; local
3257 for_each_ofld_rxq(pi, i, ofld_rxq) {
4817 struct sge_ofld_rxq *ofld_rxq; local
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom.h107 struct sge_ofld_rxq *ofld_rxq; member in struct:toepcb
178 struct sge_ofld_rxq *ofld_rxq; member in struct:listen_ctx
H A Dt4_listen.c218 lctx->ofld_rxq = &sc->sge.ofld_rxq[pi->first_ofld_rxq];
356 struct sge_ofld_rxq *ofld_rxq; local
372 ofld_rxq = &sc->sge.ofld_rxq[rxqid];
398 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id);
436 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id));
466 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id));
488 req->reply_ctrl = htobe16(lctx->ofld_rxq->iq.abs_id);
1019 struct sge_ofld_rxq *ofld_rxq local
[all...]
H A Dt4_connect.c233 F_RSS_QUEUE_VALID | V_RSS_QUEUE(toep->ofld_rxq->iq.abs_id);
374 qid_atid = (toep->ofld_rxq->iq.abs_id << 14) | toep->tid;
H A Dt4_tom.c154 toep->ofld_rxq = &sc->sge.ofld_rxq[rxqid];
H A Dt4_cpl_io.c111 flowc->mnemval[3].val = htobe32(toep->ofld_rxq->iq.abs_id);
1459 V_QUEUENO(toep->ofld_rxq->iq.abs_id));
H A Dt4_ddp.c263 V_QUEUENO(toep->ofld_rxq->iq.abs_id));

Completed in 179 milliseconds