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

/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glcreg.h45 int txs_firstdesc; /* first descriptor in packet */ member in struct:glc_txsoft
H A Dif_glc.c661 txs->txs_firstdesc = sc->next_txdma_slot;
663 idx = txs->txs_firstdesc;
665 txs->txs_firstdesc*sizeof(struct glc_dmadesc);
691 if (txs->txs_firstdesc != 0)
692 idx = txs->txs_firstdesc - 1;
697 sc->first_used_txdma_slot = txs->txs_firstdesc;
825 sc->first_used_txdma_slot = txs->txs_firstdesc;
833 ((txs == NULL) ? 0 : txs->txs_firstdesc)*
/freebsd-13-stable/sys/dev/gem/
H A Dif_gemvar.h88 u_int txs_firstdesc; /* first descriptor in packet */ member in struct:gem_txsoft
H A Dif_gem.c1188 txs->txs_firstdesc = sc->sc_txnext;
1189 nexttx = txs->txs_firstdesc;
1223 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |=
1227 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |=
1236 __func__, txs->txs_firstdesc, txs->txs_lastdesc,
1435 for (i = txs->txs_firstdesc;; i = GEM_NEXTTX(i)) {
1458 CTR4(KTR_GEM, "%s: txs->txs_firstdesc = %d, "
1460 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast);
1462 if (txs->txs_firstdesc <= txs->txs_lastdesc) {
1463 if ((txlast >= txs->txs_firstdesc)
[all...]
/freebsd-13-stable/sys/dev/cas/
H A Dif_casvar.h109 u_int txs_firstdesc; /* first descriptor in packet */ member in struct:cas_txsoft
H A Dif_cas.c1268 txs->txs_firstdesc = sc->sc_txnext;
1269 nexttx = txs->txs_firstdesc;
1302 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |=
1305 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |=
1314 __func__, txs->txs_firstdesc, txs->txs_lastdesc,
1527 for (i = txs->txs_firstdesc;; i = CAS_NEXTTX(i)) {
1550 CTR4(KTR_CAS, "%s: txs->txs_firstdesc = %d, "
1552 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast);
1554 if (txs->txs_firstdesc <= txs->txs_lastdesc) {
1555 if ((txlast >= txs->txs_firstdesc)
[all...]

Completed in 110 milliseconds