Home
last modified time | relevance | path

Searched refs:txs_ndescs (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dif_glcreg.h46 int txs_ndescs; /* number of descriptors */ member
H A Dif_glc.c655 txs->txs_ndescs = nsegs; in glc_encap()
796 sc->bsy_txdma_slots -= txs->txs_ndescs; in glc_txintr()
/freebsd/sys/dev/gem/
H A Dif_gem.c238 txs->txs_ndescs = 0; in gem_attach()
655 if (txs->txs_ndescs != 0) { in gem_stop()
1147 txs->txs_ndescs = 0; in gem_load_txmbuf()
1152 txs->txs_ndescs = nsegs; in gem_load_txmbuf()
1198 txs->txs_ndescs); in gem_load_txmbuf()
1205 sc->sc_txfree -= txs->txs_ndescs; in gem_load_txmbuf()
1439 sc->sc_txfree += txs->txs_ndescs; in gem_tint()
H A Dif_gemvar.h88 u_int txs_ndescs; /* number of descriptors */ member
/freebsd/sys/dev/cas/
H A Dif_casvar.h109 u_int txs_ndescs; /* number of descriptors */ member
H A Dif_cas.c282 txs->txs_ndescs = 0; in cas_attach()
733 if (txs->txs_ndescs != 0) { in cas_stop()
1249 txs->txs_ndescs = 0; in cas_load_txmbuf()
1254 txs->txs_ndescs = nsegs; in cas_load_txmbuf()
1302 txs->txs_ndescs); in cas_load_txmbuf()
1309 sc->sc_txfree -= txs->txs_ndescs; in cas_load_txmbuf()
1557 sc->sc_txfree += txs->txs_ndescs; in cas_tint()