Searched refs:txs_firstdesc (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/powerpc/ps3/ |
| HD | if_glc.c | 661 txs->txs_firstdesc = sc->next_txdma_slot; in glc_encap() 663 idx = txs->txs_firstdesc; in glc_encap() 665 txs->txs_firstdesc*sizeof(struct glc_dmadesc); in glc_encap() 691 if (txs->txs_firstdesc != 0) in glc_encap() 692 idx = txs->txs_firstdesc - 1; in glc_encap() 697 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_encap() 825 sc->first_used_txdma_slot = txs->txs_firstdesc; in glc_txintr() 833 txs->txs_firstdesc*sizeof(struct glc_dmadesc), 0); in glc_txintr()
|
| HD | if_glcreg.h | 43 int txs_firstdesc; /* first descriptor in packet */ member
|
| /trueos/sys/dev/bm/ |
| HD | if_bmvar.h | 52 int txs_firstdesc; /* first descriptor in packet */ member
|
| HD | if_bm.c | 821 txs->txs_firstdesc = sc->next_txdma_slot; in bm_encap()
|
| /trueos/sys/dev/gem/ |
| HD | if_gem.c | 1185 txs->txs_firstdesc = sc->sc_txnext; in gem_load_txmbuf() 1186 nexttx = txs->txs_firstdesc; in gem_load_txmbuf() 1220 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1224 sc->sc_txdescs[txs->txs_firstdesc].gd_flags |= in gem_load_txmbuf() 1233 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in gem_load_txmbuf() 1432 for (i = txs->txs_firstdesc;; i = GEM_NEXTTX(i)) { in gem_tint() 1457 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in gem_tint() 1459 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in gem_tint() 1460 if ((txlast >= txs->txs_firstdesc) && in gem_tint() 1465 if ((txlast >= txs->txs_firstdesc) || in gem_tint()
|
| HD | if_gemvar.h | 86 u_int txs_firstdesc; /* first descriptor in packet */ member
|
| /trueos/sys/dev/cas/ |
| HD | if_cas.c | 1269 txs->txs_firstdesc = sc->sc_txnext; in cas_load_txmbuf() 1270 nexttx = txs->txs_firstdesc; in cas_load_txmbuf() 1303 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1306 sc->sc_txdescs[txs->txs_firstdesc].cd_flags |= in cas_load_txmbuf() 1315 __func__, txs->txs_firstdesc, txs->txs_lastdesc, in cas_load_txmbuf() 1528 for (i = txs->txs_firstdesc;; i = CAS_NEXTTX(i)) { in cas_tint() 1553 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in cas_tint() 1555 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in cas_tint() 1556 if ((txlast >= txs->txs_firstdesc) && in cas_tint() 1561 if ((txlast >= txs->txs_firstdesc) || in cas_tint()
|
| HD | if_casvar.h | 107 u_int txs_firstdesc; /* first descriptor in packet */ member
|