Home
last modified time | relevance | path

Searched refs:ATW_NEXTTX (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Datwvar.h61 #define ATW_NEXTTX(x) ((x + 1) & ATW_NTXDESC_MASK) macro
H A Datw.c1298 htole32(ATW_CDTXADDR(sc, ATW_NEXTTX(i))); in atw_init()
3231 for (i = txs->txs_firstdesc;; i = ATW_NEXTTX(i)) { in atw_txintr()
3858 seg++, nexttx = ATW_NEXTTX(nexttx)) { in atw_start()
3888 for (seg = sc->sc_txnext;; seg = ATW_NEXTTX(seg)) { in atw_start()