Lines Matching defs:ofld_txq
107 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq);
201 &toep->ofld_txq->wrq)) == NULL) {
267 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq);
471 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq);
640 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq);
871 &toep->ofld_txq->wrq);
891 &toep->ofld_txq->wrq);
1054 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq);
1136 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq);
1178 counter_u64_add(toep->ofld_txq->tx_iscsi_pdus, npdu);
1179 counter_u64_add(toep->ofld_txq->tx_iscsi_octets, plen);
1181 counter_u64_add(toep->ofld_txq->tx_iscsi_iso_wrs, 1);
1592 send_abort_rpl(struct adapter *sc, struct sge_ofld_txq *ofld_txq, int tid,
1598 wr = alloc_wrqe(sizeof(*cpl), &ofld_txq->wrq);
1638 struct sge_ofld_txq *ofld_txq = toep->ofld_txq;
1699 send_abort_rpl(sc, ofld_txq, tid, CPL_ABORT_NO_RST);
2399 counter_u64_add(toep->ofld_txq->tx_aio_octets, sent);
2452 counter_u64_add(toep->ofld_txq->tx_aio_jobs, 1);