CAS_MAXTXFREE
if (sc->sc_txwin += nsegs > CAS_MAXTXFREE * 2 / 3) {
if (sc->sc_txfree < CAS_MAXTXFREE / 4)
if (sc->sc_txfree != CAS_MAXTXFREE)
sc->sc_txfree = CAS_MAXTXFREE;