Lines Matching defs:txq_next
358 int txq_next; /* next ready Tx descriptor */
3904 txq->txq_next);
5436 nexttx = txq->txq_next;
5447 txq->txq_next = WM_NEXTTX(txq, txq->txq_next);
5448 CSR_WRITE(sc, WMREG_TDT(0), txq->txq_next);
6554 "txq_next", SYSCTL_DESCR("TX queue next"),
6555 NULL, 0, &txq->txq_next,
8337 txq->txq_next = 0;
8830 &txq->txq_descs[txq->txq_next];
8835 wm_cdtxsync(txq, txq->txq_next, 1, BUS_DMASYNC_PREWRITE);
8837 txq->txq_next = WM_NEXTTX(txq, txq->txq_next);
9132 txs->txs_firstdesc = txq->txq_next;
9155 for (nexttx = txq->txq_next, seg = 0;
9224 wm_cdtxsync(txq, txq->txq_next, txs->txs_ndesc,
9239 txq->txq_next = nexttx;
9456 txq->txq_nq_descs[txq->txq_next].nqtx_ctx.nqtxc_vl_len =
9458 txq->txq_nq_descs[txq->txq_next].nqtx_ctx.nqtxc_sn = 0;
9459 txq->txq_nq_descs[txq->txq_next].nqtx_ctx.nqtxc_cmd =
9461 txq->txq_nq_descs[txq->txq_next].nqtx_ctx.nqtxc_mssidx =
9463 wm_cdtxsync(txq, txq->txq_next, 1, BUS_DMASYNC_PREWRITE);
9466 txq->txq_next, 0, vl_len));
9468 txq->txq_next = WM_NEXTTX(txq, txq->txq_next);
9709 txs->txs_firstdesc = txq->txq_next;
9731 nexttx = txq->txq_next;
9810 wm_cdtxsync(txq, txq->txq_next, txs->txs_ndesc,
9826 txq->txq_next = nexttx;