Searched refs:txs_firstdesc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/powerpc/ps3/ |
| D | if_glc.c | 663 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()
|
| D | if_glcreg.h | 45 int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd-12-stable/sys/dev/bm/ |
| D | if_bmvar.h | 54 int txs_firstdesc; /* first descriptor in packet */ member
|
| D | if_bm.c | 826 txs->txs_firstdesc = sc->next_txdma_slot; in bm_encap()
|
| /freebsd-12-stable/sys/dev/gem/ |
| D | if_gem.c | 1188 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()
|
| D | if_gemvar.h | 88 u_int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd-12-stable/sys/dev/cas/ |
| D | if_cas.c | 1272 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()
|
| D | if_casvar.h | 109 u_int txs_firstdesc; /* first descriptor in packet */ member
|