Lines Matching defs:sc_txsfree
254 int sc_txsfree; /* number of free Tx jobs */
736 sc->sc_txsfree = KSE_TXQUEUELEN;
900 sc->sc_txfree, sc->sc_txsfree, sc->sc_txnext);
939 if (sc->sc_txsfree < KSE_TXQUEUE_GC) {
941 if (sc->sc_txsfree == 0)
1036 sc->sc_txsfree--;
1044 if (sc->sc_txsfree == 0 || sc->sc_txfree == 0) {
1297 for (i = sc->sc_txsdirty; sc->sc_txsfree != KSE_TXQUEUELEN;
1298 i = KSE_NEXTTXS(i), sc->sc_txsfree++) {
1321 if (sc->sc_txsfree == KSE_TXQUEUELEN)