Lines Matching defs:nexttx
950 int error, firsttx, nexttx, opending;
976 nexttx = MEC_NEXTTX(sc->sc_txlast);
977 txd = &sc->sc_txdesc[nexttx];
978 txs = &sc->sc_txsoft[nexttx];
991 ("%s: len = %d, nexttx = %d, txpending = %d\n",
992 __func__, len, nexttx, sc->sc_txpending));
1311 (nexttx & (MEC_NTXDESC_INTR - 1)) == 0)
1380 MEC_TXDESCSYNC(sc, nexttx,
1384 bus_space_write_8(st, sh, MEC_TX_RING_PTR, MEC_NEXTTX(nexttx));
1388 sc->sc_txlast = nexttx;