Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_stge.c469 firsttx = STGE_NEXTTX(sc->sc_txlast); in stge_start()
496 nexttx = STGE_NEXTTX(sc->sc_txlast); in stge_start()
807 i = STGE_NEXTTX(i), sc->sc_txpending--) { in stge_txintr()
1106 STGE_CDTXADDR(sc, STGE_NEXTTX(i))); in stge_init()
H A Dif_stgereg.h475 #define STGE_NEXTTX(x) (((x) + 1) & STGE_NTXDESC_MASK) macro