HomeSort by: relevance | last modified time | path
    Searched defs:sc_next_td (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 11 milliseconds