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

/freebsd-10.3-release/sys/dev/bm/
H A Dif_bmvar.h56 int txs_ndescs; /* number of descriptors */ member in struct:bm_txsoft
H A Dif_bm.c820 txs->txs_ndescs = nsegs;
1041 if (txs->txs_ndescs != 0) {
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dif_glcreg.h46 int txs_ndescs; /* number of descriptors */ member in struct:glc_txsoft
H A Dif_glc.c660 txs->txs_ndescs = nsegs;
801 sc->bsy_txdma_slots -= txs->txs_ndescs;
/freebsd-10.3-release/sys/dev/gem/
H A Dif_gemvar.h88 u_int txs_ndescs; /* number of descriptors */ member in struct:gem_txsoft
H A Dif_gem.c246 txs->txs_ndescs = 0;
679 if (txs->txs_ndescs != 0) {
1179 txs->txs_ndescs = 0;
1184 txs->txs_ndescs = nsegs;
1234 txs->txs_ndescs);
1241 sc->sc_txfree -= txs->txs_ndescs;
1475 sc->sc_txfree += txs->txs_ndescs;
/freebsd-10.3-release/sys/dev/cas/
H A Dif_casvar.h109 u_int txs_ndescs; /* number of descriptors */ member in struct:cas_txsoft
H A Dif_cas.c291 txs->txs_ndescs = 0;
743 if (txs->txs_ndescs != 0) {
1263 txs->txs_ndescs = 0;
1268 txs->txs_ndescs = nsegs;
1316 txs->txs_ndescs);
1323 sc->sc_txfree -= txs->txs_ndescs;
1571 sc->sc_txfree += txs->txs_ndescs;

Completed in 113 milliseconds