Home | History | Annotate | Download | only in marvell

Lines Matching refs:sc_lasttx

587 		sc->sc_lasttx = 0;
964 ix = sc->sc_lasttx;
982 sc->sc_lasttx = ix;
1006 while (sc->sc_tbc > 0 && sc->sc_nexttx != sc->sc_lasttx) {
1150 sc->sc_lasttx = 0;
1512 if (sc->sc_nexttx == sc->sc_lasttx) {
1513 gtmpsc_common_putc_wait_complete(sc, sc->sc_lasttx);
1514 sc->sc_lasttx = (sc->sc_lasttx + 1) % GTMPSC_NTXDESC;
1540 while (sc->sc_lasttx != sc->sc_nexttx) {
1541 gtmpsc_common_putc_wait_complete(sc, sc->sc_lasttx);
1542 sc->sc_lasttx = (sc->sc_lasttx + 1) % GTMPSC_NTXDESC;