Searched refs:txs_firstdesc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/powerpc/ps3/ |
| HD | if_glc.c | 659 txs->txs_firstdesc = sc->next_txdma_slot; in glc_encap() 661 idx = txs->txs_firstdesc; in glc_encap() 663 txs->txs_firstdesc*sizeof(struct glc_dmadesc); in glc_encap() 689 if (txs->txs_firstdesc != 0) in glc_encap() 690 idx = txs->txs_firstdesc - 1; in glc_encap() 695 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_encap() 823 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_txintr() 831 ((txs == NULL) ? 0 : txs->txs_firstdesc)* in glc_txintr()
|
| HD | if_glcreg.h | 43 int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd-13-stable/sys/dev/gem/ |
| HD | if_gem.c | 1155 txs->txs_firstdesc = sc->sc_txnext; in gem_load_txmbuf() 1156 nexttx = txs->txs_firstdesc; in gem_load_txmbuf() 1187 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1190 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1199 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in gem_load_txmbuf() 1398 for (i = txs->txs_firstdesc;; i = GEM_NEXTTX(i)) { in gem_tint() 1423 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in gem_tint() 1425 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in gem_tint() 1426 if ((txlast >= txs->txs_firstdesc) && in gem_tint() 1431 if ((txlast >= txs->txs_firstdesc) || in gem_tint()
|
| HD | if_gemvar.h | 86 u_int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd-13-stable/sys/dev/cas/ |
| HD | if_cas.c | 1258 txs->txs_firstdesc = sc->sc_txnext; in cas_load_txmbuf() 1259 nexttx = txs->txs_firstdesc; in cas_load_txmbuf() 1292 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1295 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1304 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in cas_load_txmbuf() 1517 for (i = txs->txs_firstdesc;; i = CAS_NEXTTX(i)) { in cas_tint() 1542 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in cas_tint() 1544 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in cas_tint() 1545 if ((txlast >= txs->txs_firstdesc) && in cas_tint() 1550 if ((txlast >= txs->txs_firstdesc) || in cas_tint()
|
| HD | if_casvar.h | 107 u_int txs_firstdesc; /* first descriptor in packet */ member
|