Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_txfree

229 	sc->sc_txfree = ADMSW_NTXLDESC;
569 if (sc->sc_txfree == 0) {
669 sc->sc_txfree--;
693 if (sc->sc_txfree == ADMSW_NTXLDESC) {
701 if (sc->sc_txfree == ADMSW_NTXLDESC) {
714 device_xname(sc->sc_dev), sc->sc_txfree);
838 /* printf("txintr: txdirty: %d, txfree: %d\n", sc->sc_txdirty, sc->sc_txfree); */
839 for (i = sc->sc_txdirty; sc->sc_txfree != ADMSW_NTXLDESC;
868 sc->sc_txfree++;
885 if (sc->sc_txfree == ADMSW_NTXLDESC)
890 /* printf("txintr end: txdirty: %d, txfree: %d\n", sc->sc_txdirty, sc->sc_txfree); */