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

/netbsd-current/sys/dev/usb/
H A Duhcivar.h164 uhci_soft_qh_t *sc_bulk_end; /* last bulk transfer */ member in struct:uhci_softc
H A Duhci.c507 sc->sc_bulk_start = sc->sc_bulk_end = bsqh;
1286 eqh = sc->sc_bulk_end;
1297 sc->sc_bulk_end = sqh;
1333 if (sc->sc_bulk_end == sqh)
1334 sc->sc_bulk_end = pqh;

Completed in 196 milliseconds