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

/freebsd-11-stable/sys/dev/iicbus/
H A Dif_ic.c84 int ic_xfercnt; member in struct:ic_softc
286 sc->ic_xfercnt = 0;
300 if ((len = sc->ic_xfercnt) == 0)
323 if (sc->ic_xfercnt >= sc->ic_ifp->if_mtu + ICHDRLEN) {
327 sc->ic_xfercnt++;

Completed in 65 milliseconds