Home | History | Annotate | Download | only in ic

Lines Matching defs:lasttx

678 	int error, firsttx, nexttx, lasttx = 1, ofree, seg;
818 lasttx = nexttx;
821 KASSERT(lasttx != -1);
825 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_LS);
841 if (seg == lasttx)
858 txs->txs_lastdesc = lasttx;
878 device_xname(sc->sc_dev), lasttx, firsttx));
883 sc->sc_txdescs[lasttx].td_ctl |= htole32(TDCTL_Tx_IC);
884 TULIP_CDTXSYNC(sc, lasttx, 1,
893 last_txs->txs_firstdesc != lasttx) {