Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/ps3/
Dif_glc.c663 txs->txs_firstdesc = sc->next_txdma_slot; in glc_encap()
665 idx = txs->txs_firstdesc; in glc_encap()
667 txs->txs_firstdesc*sizeof(struct glc_dmadesc); in glc_encap()
693 if (txs->txs_firstdesc != 0) in glc_encap()
694 idx = txs->txs_firstdesc - 1; in glc_encap()
699 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_encap()
827 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_txintr()
835 ((txs == NULL) ? 0 : txs->txs_firstdesc)* in glc_txintr()
Dif_glcreg.h45 int txs_firstdesc; /* first descriptor in packet */ member
/freebsd-12-stable/sys/dev/bm/
Dif_bmvar.h54 int txs_firstdesc; /* first descriptor in packet */ member
Dif_bm.c826 txs->txs_firstdesc = sc->next_txdma_slot; in bm_encap()
/freebsd-12-stable/sys/dev/gem/
Dif_gem.c1188 txs->txs_firstdesc = sc->sc_txnext; in gem_load_txmbuf()
1189 nexttx = txs->txs_firstdesc; in gem_load_txmbuf()
1223 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf()
1227 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf()
1236 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in gem_load_txmbuf()
1435 for (i = txs->txs_firstdesc;; i = GEM_NEXTTX(i)) { in gem_tint()
1460 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in gem_tint()
1462 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in gem_tint()
1463 if ((txlast >= txs->txs_firstdesc) && in gem_tint()
1468 if ((txlast >= txs->txs_firstdesc) || in gem_tint()
Dif_gemvar.h88 u_int txs_firstdesc; /* first descriptor in packet */ member
/freebsd-12-stable/sys/dev/cas/
Dif_cas.c1272 txs->txs_firstdesc = sc->sc_txnext; in cas_load_txmbuf()
1273 nexttx = txs->txs_firstdesc; in cas_load_txmbuf()
1306 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf()
1309 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf()
1318 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in cas_load_txmbuf()
1531 for (i = txs->txs_firstdesc;; i = CAS_NEXTTX(i)) { in cas_tint()
1556 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in cas_tint()
1558 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in cas_tint()
1559 if ((txlast >= txs->txs_firstdesc) && in cas_tint()
1564 if ((txlast >= txs->txs_firstdesc) || in cas_tint()
Dif_casvar.h109 u_int txs_firstdesc; /* first descriptor in packet */ member