Searched refs:ofld_txq (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c91 wr = alloc_wrqe(roundup2(flowclen, 16), toep->ofld_txq);
170 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq);
380 wr = alloc_wrqe(sizeof(*req), toep->ofld_txq);
654 toep->ofld_txq);
672 wr = alloc_wrqe(roundup2(wr_len, 16), toep->ofld_txq);
983 send_abort_rpl(struct adapter *sc, struct sge_wrq *ofld_txq, int tid, argument
989 wr = alloc_wrqe(sizeof(*cpl), ofld_txq);
1029 struct sge_wrq *ofld_txq = toep->ofld_txq; local
1087 send_abort_rpl(sc, ofld_txq, ti
[all...]
H A Dt4_listen.c355 struct sge_wrq *ofld_txq; local
371 ofld_txq = &sc->sge.ofld_txq[txqid];
377 wr = alloc_wrqe(roundup2(flowclen, EQ_ESIZE) + sizeof(*req), ofld_txq);
851 struct sge_wrq *ofld_txq; local
870 ofld_txq = &sc->sge.ofld_txq[txqid];
885 send_abort_rpl(sc, ofld_txq, tid, CPL_ABORT_NO_RST);
H A Dt4_tom.h106 struct sge_wrq *ofld_txq; member in struct:toepcb
H A Dt4_tom.c153 toep->ofld_txq = &sc->sge.ofld_txq[txqid];
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dadapter.h558 struct sge_wrq *ofld_txq; /* TOE tx queues */ member in struct:sge
712 for (q = &pi->adapter->sge.ofld_txq[pi->first_ofld_txq], iter = 0; \
H A Dt4_sge.c928 struct sge_wrq *ofld_txq; local
1057 oid = SYSCTL_ADD_NODE(&pi->ctx, children, OID_AUTO, "ofld_txq",
1059 for_each_ofld_txq(pi, i, ofld_txq) {
1064 snprintf(name, sizeof(name), "%s ofld_txq%d",
1066 init_eq(&ofld_txq->eq, EQ_OFLD, pi->qsize_txq, pi->tx_chan,
1073 rc = alloc_wrq(sc, pi, ofld_txq, oid2);
1110 struct sge_wrq *ofld_txq; local
1131 for_each_ofld_txq(pi, i, ofld_txq) {
1132 free_wrq(sc, ofld_txq);
H A Dt4_main.c739 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_wrq),
916 free(sc->sge.ofld_txq, M_CXGBE);
3234 struct sge_wrq *ofld_txq; local
3246 for_each_ofld_txq(pi, i, ofld_txq) {
3247 quiesce_eq(sc, &ofld_txq->eq);

Completed in 138 milliseconds