Lines Matching refs:nframes
656 uhci_allocx(struct usbd_bus *bus, unsigned int nframes)
1642 int i, n, nframes, len;
1646 nframes = xfer->ux_nframes;
1649 for (i = 0; i < nframes; i++) {
1670 upipe->isoc.inuse -= nframes;
2843 int i, next, nframes;
2846 DPRINTFN(5, "used=%jd next=%jd xfer=%#jx nframes=%jd",
2883 nframes = xfer->ux_nframes;
2884 for (i = 0; i < nframes; i++) {
2896 if (i == nframes - 1)
2941 int i, n, nframes, maxlen, len;
2955 nframes = xfer->ux_nframes;
2958 for (i = 0; i < nframes; i++) {