Home | History | Annotate | Download | only in marvell

Lines Matching refs:sc_nexttx

586 		sc->sc_nexttx = 0;
965 while (ix != sc->sc_nexttx) {
1006 while (sc->sc_tbc > 0 && sc->sc_nexttx != sc->sc_lasttx) {
1009 ix = sc->sc_nexttx;
1010 sc->sc_nexttx = (ix + 1) % GTMPSC_NTXDESC;
1052 ix = sc->sc_nexttx - 1;
1149 sc->sc_nexttx = 0;
1510 ix = sc->sc_nexttx;
1511 sc->sc_nexttx = (ix + 1) % GTMPSC_NTXDESC;
1512 if (sc->sc_nexttx == sc->sc_lasttx) {
1540 while (sc->sc_lasttx != sc->sc_nexttx) {