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

  /src/sys/dev/usb/
udsir.c 462 u_int uframelen; local in function:udsir_read
497 uframelen = sc->sc_ur_framelen;
499 __func__, sc, uframelen, sc->sc_ur_buf[0]));
500 if (uframelen > uio->uio_resid)
503 error = uiomove(sc->sc_ur_buf, uframelen, uio);
506 if (deframe_rd_ur(sc) == 0 && uframelen > 0) {
515 } while (uframelen == 0);
ustir.c 840 u_int uframelen; local in function:ustir_read
875 uframelen = sc->sc_ur_framelen;
877 __func__, sc, uframelen, sc->sc_ur_buf[0]));
878 if (uframelen > uio->uio_resid)
881 error = uiomove(sc->sc_ur_buf, uframelen, uio);
884 if (!deframe_rd_ur(sc) && uframelen > 0) {
893 } while (uframelen == 0);

Completed in 14 milliseconds