Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Dif_le.c62 int sc_next_rd, sc_next_td; member
410 sc->sc_next_rd = sc->sc_next_td = 0; in le_reset()
545 printf("le%d: le_put called. next_td=%d\n", unit, sc->sc_next_td); in le_put()
551 cdm = &sc->sc_td[sc->sc_next_td]; in le_put()
565 memcpy(sc->sc_tbuf + (BUFSIZE * sc->sc_next_td), pkt, len); in le_put()
597 printf("le_put: xmit error, buf %d\n", sc->sc_next_td); in le_put()
600 if (++sc->sc_next_td >= NTBUF) in le_put()
601 sc->sc_next_td = 0; in le_put()