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

/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glcreg.h48 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-13-stable/sys/dev/gem/
H A Dif_gemvar.h90 u_int txs_ndescs; /* number of descriptors */ member in struct:gem_txsoft
H A Dif_gem.c249 txs->txs_ndescs = 0;
682 if (txs->txs_ndescs != 0) {
1182 txs->txs_ndescs = 0;
1187 txs->txs_ndescs = nsegs;
1237 txs->txs_ndescs);
1244 sc->sc_txfree -= txs->txs_ndescs;
1478 sc->sc_txfree += txs->txs_ndescs;
/freebsd-13-stable/sys/dev/cas/
H A Dif_casvar.h111 u_int txs_ndescs; /* number of descriptors */ member in struct:cas_txsoft
H A Dif_cas.c294 txs->txs_ndescs = 0;
746 if (txs->txs_ndescs != 0) {
1262 txs->txs_ndescs = 0;
1267 txs->txs_ndescs = nsegs;
1315 txs->txs_ndescs);
1322 sc->sc_txfree -= txs->txs_ndescs;
1570 sc->sc_txfree += txs->txs_ndescs;

Completed in 146 milliseconds