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

/netbsd-current/sys/dev/ic/
H A Dpl041var.h51 int sc_pblkresid; member in struct:aaci_softc
H A Dpl041.c107 const int len = uimin(AACI_FIFO_DEPTH / 2, uimin(sc->sc_pblkresid,
114 sc->sc_pblkresid -= len;
115 if (sc->sc_pblkresid == 0) {
116 sc->sc_pblkresid = sc->sc_pblksize;
189 sc->sc_pblkresid = blksize;

Completed in 208 milliseconds