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

  /src/sys/dev/usb/
ucom.c 176 volatile u_char sc_rx_stopped; member in struct:ucom_softc
645 sc->sc_rx_stopped = 0;
1194 old = sc->sc_rx_stopped;
1195 sc->sc_rx_stopped = (u_char)block;
1400 while (ub != NULL && !sc->sc_rx_stopped) {
1403 while (ub->ub_index < ub->ub_len && !sc->sc_rx_stopped) {

Completed in 13 milliseconds