Searched refs:sc_imlen (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/esp/
H A Dncr53c9x.c1573 sc->sc_imlen = 0;
1577 ibuf = sc->sc_imess + sc->sc_imlen;
1610 sc->sc_imlen += i;
1615 (how == NCR_RDFIFO_START) ? "start" : "cont", (int)sc->sc_imlen));
1617 for (i = 0; i < sc->sc_imlen; i++)
1623 return (sc->sc_imlen);
1776 NCR_TRACE(("[%s(curmsglen:%ld)] ", __func__, (long)sc->sc_imlen));
1778 if (sc->sc_imlen == 0) {
1794 sc->sc_imlen = 0;
1804 sc->sc_imess[sc->sc_imlen]);
[all...]
H A Dncr53c9xvar.h362 size_t sc_imlen; member in struct:ncr53c9x_softc

Completed in 69 milliseconds