Searched refs:txs_firstdesc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/powerpc/ps3/ |
| H A D | if_glc.c | 656 txs->txs_firstdesc = sc->next_txdma_slot; in glc_encap() 658 idx = txs->txs_firstdesc; in glc_encap() 660 txs->txs_firstdesc*sizeof(struct glc_dmadesc); in glc_encap() 686 if (txs->txs_firstdesc != 0) in glc_encap() 687 idx = txs->txs_firstdesc - 1; in glc_encap() 692 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_encap() 820 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_txintr() 828 ((txs == NULL) ? 0 : txs->txs_firstdesc)* in glc_txintr()
|
| H A D | if_glcreg.h | 43 int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd/sys/dev/gem/ |
| H A D | if_gem.c | 1153 txs->txs_firstdesc = sc->sc_txnext; in gem_load_txmbuf() 1154 nexttx = txs->txs_firstdesc; in gem_load_txmbuf() 1185 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1188 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1197 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in gem_load_txmbuf() 1396 for (i = txs->txs_firstdesc;; i = GEM_NEXTTX(i)) { in gem_tint() 1421 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in gem_tint() 1423 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in gem_tint() 1424 if ((txlast >= txs->txs_firstdesc) && in gem_tint() 1429 if ((txlast >= txs->txs_firstdesc) || in gem_tint()
|
| H A D | if_gemvar.h | 86 u_int txs_firstdesc; /* first descriptor in packet */ member
|
| /freebsd/sys/dev/cas/ |
| H A D | if_cas.c | 1255 txs->txs_firstdesc = sc->sc_txnext; in cas_load_txmbuf() 1256 nexttx = txs->txs_firstdesc; in cas_load_txmbuf() 1289 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1292 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1301 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in cas_load_txmbuf() 1514 for (i = txs->txs_firstdesc;; i = CAS_NEXTTX(i)) { in cas_tint() 1539 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in cas_tint() 1541 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in cas_tint() 1542 if ((txlast >= txs->txs_firstdesc) && in cas_tint() 1547 if ((txlast >= txs->txs_firstdesc) || in cas_tint()
|
| H A D | if_casvar.h | 107 u_int txs_firstdesc; /* first descriptor in packet */ member
|