HomeSort by: relevance | last modified time | path
    Searched refs:ux_nframes (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/dwc2/
dwc2.c 953 " mps=%d dir %s\n", xfer, xfer->ux_nframes, xfer->ux_flags, addr,
958 for (size_t i = 0; i < xfer->ux_nframes; i++)
977 KASSERT(dwc2_urb->packet_count == xfer->ux_nframes);
982 dwc2_urb->packet_count = xfer->ux_nframes;
1054 xfer->ux_nframes <= dwc2_urb->packet_count);
1055 KASSERTMSG(xfer->ux_nframes == 0 || xfertype == UE_ISOCHRONOUS,
1056 "nframes %d xfertype %d\n", xfer->ux_nframes, xfertype);
1059 for (size_t i = 0; i < xfer->ux_nframes; ++i) {
1427 for (size_t i = 0; i < xfer->ux_nframes; ++i) {
1439 for (size_t i = 0; i < xfer->ux_nframes; i++
    [all...]
  /src/sys/dev/usb/
usbdivar.h 311 int ux_nframes; member in struct:usbd_xfer
ehci.c 1182 if (nframes >= xfer->ux_nframes)
1197 if (nframes >= xfer->ux_nframes)
1225 if (nframes >= xfer->ux_nframes)
1248 if (nframes >= xfer->ux_nframes)
4315 KASSERT(xfer->ux_nframes != 0);
4329 frames = xfer->ux_nframes;
4429 xfer->ux_nframes >= sc->sc_flsize - 4) {
4435 KASSERT(xfer->ux_nframes != 0 && xfer->ux_frlengths);
4446 frames = xfer->ux_nframes;
4673 KASSERT(xfer->ux_nframes != 0)
    [all...]
usbdi.c 666 xfer->ux_nframes = nframes;
717 xfer->ux_nframes = 0;
737 xfer->ux_nframes = 0;
754 xfer->ux_nframes = nframes;
756 for (size_t i = 0; i < xfer->ux_nframes; i++)
uhci.c 1639 if (xfer->ux_nframes != 0) {
1646 nframes = xfer->ux_nframes;
2811 KASSERT(xfer->ux_nframes != 0);
2847 isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes);
2863 KASSERT(xfer->ux_nframes != 0);
2883 nframes = xfer->ux_nframes;
2918 isoc->inuse += xfer->ux_nframes;
2955 nframes = xfer->ux_nframes;
ohci.c 1635 opipe->isoc.inuse -= xfer->ux_nframes;
3496 const size_t nfsitd = howmany(xfer->ux_nframes, OHCI_ITD_NOFFSET);
3588 isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes);
3619 nframes = xfer->ux_nframes;
xhci.c 2575 if (++xx->xx_isoc_done < xfer->ux_nframes)
4631 KASSERT(xfer->ux_nframes != 0 && xfer->ux_frlengths);
4659 for (i = 0; i < xfer->ux_nframes; i++) {
4688 if (i != xfer->ux_nframes - 1)
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 595 for (i = 0, len = 0; i < xfer->ux_nframes; i++)

Completed in 208 milliseconds