Home | History | Annotate | Download | only in dev

Lines Matching refs:nexttx

547 	int error, firsttx, nexttx, lasttx = 1, ofree, seg;
657 for (nexttx = sc->sc_txnext, seg = 0;
659 seg++, nexttx = AE_NEXTTX(nexttx)) {
666 sc->sc_txdescs[nexttx].ad_status =
667 (nexttx == firsttx) ? 0 : ADSTAT_OWN;
668 sc->sc_txdescs[nexttx].ad_bufaddr1 =
670 sc->sc_txdescs[nexttx].ad_ctl =
673 (nexttx == (AE_NTXDESC - 1) ?
675 lasttx = nexttx;
719 sc->sc_txnext = nexttx;