Searched refs:CAS_MAXTXFREE (Results 1 – 2 of 2) sorted by relevance
53 #define CAS_MAXTXFREE (CAS_NTXDESC - 1) macro
661 if (sc->sc_txfree != CAS_MAXTXFREE) in cas_tick()862 sc->sc_txfree = CAS_MAXTXFREE; in cas_meminit()1287 if (sc->sc_txwin += nsegs > CAS_MAXTXFREE * 2 / 3) { in cas_load_txmbuf()1439 if (sc->sc_txfree < CAS_MAXTXFREE / 4) in cas_start()