Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dgem.c1574 txs->txs_firstdesc = sc->sc_txnext; in gem_start()
1581 gem_txsoft_print(sc, txs->txs_firstdesc, in gem_start()
1587 GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs, in gem_start()
1684 if (txs->txs_firstdesc <= txs->txs_lastdesc) { in gem_tint()
1685 if (txlast >= txs->txs_firstdesc && in gem_tint()
1688 } else if (txlast >= txs->txs_firstdesc || in gem_tint()
1692 GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs, in gem_tint()
1698 gem_txsoft_print(sc, txs->txs_firstdesc, in gem_tint()
H A Dgemvar.h93 int txs_firstdesc; /* first descriptor in packet */ member
H A Dtulipvar.h100 int txs_firstdesc; /* first descriptor in packet */ member
H A Datwvar.h85 int txs_firstdesc; /* first descriptor in packet */ member
H A Dtulip.c860 txs->txs_firstdesc = sc->sc_txnext; in tlp_start()
901 last_txs->txs_firstdesc != lasttx) { in tlp_start()
902 sc->sc_txdescs[last_txs->txs_firstdesc].td_ctl |= in tlp_start()
904 TULIP_CDTXSYNC(sc, last_txs->txs_firstdesc, 1, in tlp_start()
1444 for (i = txs->txs_firstdesc;; i = TULIP_NEXTTX(i)) { in tlp_txintr()
2764 txs->txs_firstdesc = sc->sc_txnext; in tlp_filter_setup()
H A Datw.c3242 ATW_CDTXSYNC(sc, txs->txs_firstdesc, in atw_txintr()
3245 for (i = txs->txs_firstdesc;; i = ATW_NEXTTX(i)) { in atw_txintr()
3258 ATW_CDTXSYNC(sc, txs->txs_firstdesc, in atw_txintr()
3799 txs->txs_firstdesc = sc->sc_txnext; in atw_start()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_pcn.c166 int txs_firstdesc; /* first descriptor in packet */ member
1120 txs->txs_firstdesc = sc->sc_txnext; in pcn_start()
1342 PCN_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs, in pcn_txintr()
1354 for (j = txs->txs_firstdesc;; j = PCN_NEXTTX(j)) { in pcn_txintr()
H A Dif_dge.c230 int txs_firstdesc; /* first descriptor in packet */ member
1309 txs->txs_firstdesc = sc->sc_txnext;
1613 DGE_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs,
1626 device_xname(sc->sc_dev), i, txs->txs_firstdesc,
H A Dif_kse.c192 int txs_firstdesc; /* first descriptor in packet */ member
994 txs->txs_firstdesc = sc->sc_txnext; in kse_start()
1228 KSE_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndesc, in txreap()
H A Dif_sip.c171 int txs_firstdesc; /* first descriptor in packet */ member
1634 txs->txs_firstdesc = sc->sc_txnext; in sipcom_start()
1980 sip_cdtxsync(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs, in sipcom_txintr()
H A Dif_wm.c227 int txs_firstdesc; /* first descriptor in packet */ member
2744 i, txs->txs_firstdesc, txs->txs_lastdesc); in wm_watchdog_txq()
2745 for (j = txs->txs_firstdesc; ; in wm_watchdog_txq()
6256 txs->txs_firstdesc = txq->txq_next; in wm_start_locked()
6799 txs->txs_firstdesc = txq->txq_next; in wm_nq_send_common_locked()
6988 wm_cdtxsync(txq, txs->txs_firstdesc, txs->txs_ndesc, in wm_txeof()
7003 device_xname(sc->sc_dev), i, txs->txs_firstdesc, in wm_txeof()