Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bm/
HDif_bmvar.h56 int txs_ndescs; /* number of descriptors */ member
HDif_bm.c821 txs->txs_ndescs = nsegs; in bm_encap()
1042 if (txs->txs_ndescs != 0) { in bm_stop()
/NextBSD/sys/powerpc/ps3/
HDif_glcreg.h46 int txs_ndescs; /* number of descriptors */ member
HDif_glc.c661 txs->txs_ndescs = nsegs; in glc_encap()
802 sc->bsy_txdma_slots -= txs->txs_ndescs; in glc_txintr()
/NextBSD/sys/dev/gem/
HDif_gem.c247 txs->txs_ndescs = 0; in gem_attach()
680 if (txs->txs_ndescs != 0) { in gem_stop()
1180 txs->txs_ndescs = 0; in gem_load_txmbuf()
1185 txs->txs_ndescs = nsegs; in gem_load_txmbuf()
1235 txs->txs_ndescs); in gem_load_txmbuf()
1242 sc->sc_txfree -= txs->txs_ndescs; in gem_load_txmbuf()
1476 sc->sc_txfree += txs->txs_ndescs; in gem_tint()
HDif_gemvar.h88 u_int txs_ndescs; /* number of descriptors */ member
/NextBSD/sys/dev/cas/
HDif_casvar.h109 u_int txs_ndescs; /* number of descriptors */ member
HDif_cas.c292 txs->txs_ndescs = 0; in cas_attach()
744 if (txs->txs_ndescs != 0) { in cas_stop()
1264 txs->txs_ndescs = 0; in cas_load_txmbuf()
1269 txs->txs_ndescs = nsegs; in cas_load_txmbuf()
1317 txs->txs_ndescs); in cas_load_txmbuf()
1324 sc->sc_txfree -= txs->txs_ndescs; in cas_load_txmbuf()
1572 sc->sc_txfree += txs->txs_ndescs; in cas_tint()