Home
last modified time | relevance | path

Searched refs:sc_txfree (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gem.c838 sc->sc_txfree = GEM_MAXTXFREE; in gem_meminit()
1146 if (nsegs > sc->sc_txfree - 1) { in gem_load_txmbuf()
1205 sc->sc_txfree -= txs->txs_ndescs; in gem_load_txmbuf()
1328 device_get_name(sc->sc_dev), __func__, sc->sc_txfree, in gem_start_locked()
1333 for (; !if_sendq_empty(ifp) && sc->sc_txfree > 1;) { in gem_start_locked()
1439 sc->sc_txfree += txs->txs_ndescs; in gem_tint()
1465 if (sc->sc_txfree == GEM_NTXDESC - 1) in gem_tint()
H A Dif_gemvar.h163 u_int sc_txfree; /* number of free TX descriptors */ member
/freebsd/sys/dev/cas/
H A Dif_cas.c661 if (sc->sc_txfree != CAS_MAXTXFREE) in cas_tick()
862 sc->sc_txfree = CAS_MAXTXFREE; in cas_meminit()
1248 if (nsegs > sc->sc_txfree - 1) { in cas_load_txmbuf()
1309 sc->sc_txfree -= txs->txs_ndescs; in cas_load_txmbuf()
1439 if (sc->sc_txfree < CAS_MAXTXFREE / 4) in cas_start()
1444 device_get_name(sc->sc_dev), __func__, sc->sc_txfree, in cas_start()
1449 for (; !if_sendq_empty(ifp) && sc->sc_txfree > 1;) { in cas_start()
1557 sc->sc_txfree += txs->txs_ndescs; in cas_tint()
H A Dif_casvar.h185 u_int sc_txfree; /* number of free TX descriptors */ member