Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_xge.c185 int sc_nexttx, sc_lasttx; member
558 sc->sc_lasttx = NTXDESCS-1; in xge_attach()
880 lasttx = sc->sc_lasttx; in xge_intr()
881 while ((i = NEXTTX(sc->sc_lasttx)) != sc->sc_nexttx) { in xge_intr()
896 sc->sc_lasttx = i; in xge_intr()
899 if (sc->sc_lasttx != lasttx) in xge_intr()
1118 if (sc->sc_nexttx == sc->sc_lasttx) { in xge_start()