Searched refs:ux_nframes (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/external/bsd/dwc2/ |
| D | dwc2.c | 953 " mps=%d dir %s\n", xfer, xfer->ux_nframes, xfer->ux_flags, addr, in dwc2_device_start() 958 for (size_t i = 0; i < xfer->ux_nframes; i++) in dwc2_device_start() 977 KASSERT(dwc2_urb->packet_count == xfer->ux_nframes); in dwc2_device_start() 982 dwc2_urb->packet_count = xfer->ux_nframes; in dwc2_device_start() 1054 xfer->ux_nframes <= dwc2_urb->packet_count); in dwc2_device_start() 1055 KASSERTMSG(xfer->ux_nframes == 0 || xfertype == UE_ISOCHRONOUS, in dwc2_device_start() 1056 "nframes %d xfertype %d\n", xfer->ux_nframes, xfertype); in dwc2_device_start() 1059 for (size_t i = 0; i < xfer->ux_nframes; ++i) { in dwc2_device_start() 1427 for (size_t i = 0; i < xfer->ux_nframes; ++i) { in dwc2_host_complete() 1439 for (size_t i = 0; i < xfer->ux_nframes; i++) in dwc2_host_complete()
|
| /netbsd/src/sys/dev/usb/ |
| D | ehci.c | 1182 if (nframes >= xfer->ux_nframes) in ehci_idone() 1197 if (nframes >= xfer->ux_nframes) in ehci_idone() 1225 if (nframes >= xfer->ux_nframes) in ehci_idone() 1248 if (nframes >= xfer->ux_nframes) in ehci_idone() 4315 KASSERT(xfer->ux_nframes != 0); in ehci_device_fs_isoc_init() 4329 frames = xfer->ux_nframes; in ehci_device_fs_isoc_init() 4429 xfer->ux_nframes >= sc->sc_flsize - 4) { in ehci_device_fs_isoc_transfer() 4435 KASSERT(xfer->ux_nframes != 0 && xfer->ux_frlengths); in ehci_device_fs_isoc_transfer() 4446 frames = xfer->ux_nframes; in ehci_device_fs_isoc_transfer() 4673 KASSERT(xfer->ux_nframes != 0); in ehci_device_isoc_init() [all …]
|
| D | usbdi.c | 663 xfer->ux_nframes = nframes; in usbd_create_xfer() 714 xfer->ux_nframes = 0; in usbd_setup_xfer() 734 xfer->ux_nframes = 0; in usbd_setup_default_xfer() 751 xfer->ux_nframes = nframes; in usbd_setup_isoc_xfer() 753 for (size_t i = 0; i < xfer->ux_nframes; i++) in usbd_setup_isoc_xfer()
|
| D | usbdivar.h | 293 int ux_nframes; member
|
| D | uhci.c | 1639 if (xfer->ux_nframes != 0) { in uhci_idone() 1646 nframes = xfer->ux_nframes; in uhci_idone() 2811 KASSERT(xfer->ux_nframes != 0); in uhci_device_isoc_init() 2847 isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes); in uhci_device_isoc_transfer() 2863 KASSERT(xfer->ux_nframes != 0); in uhci_device_isoc_transfer() 2883 nframes = xfer->ux_nframes; in uhci_device_isoc_transfer() 2918 isoc->inuse += xfer->ux_nframes; in uhci_device_isoc_transfer() 2955 nframes = xfer->ux_nframes; in uhci_device_isoc_abort()
|
| D | ohci.c | 1635 opipe->isoc.inuse -= xfer->ux_nframes; in ohci_softintr() 3496 const size_t nfsitd = howmany(xfer->ux_nframes, OHCI_ITD_NOFFSET); in ohci_device_isoc_init() 3588 isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes); in ohci_device_isoc_enter() 3619 nframes = xfer->ux_nframes; in ohci_device_isoc_enter()
|
| D | xhci.c | 2560 if (++xx->xx_isoc_done < xfer->ux_nframes) in xhci_event_transfer() 4599 KASSERT(xfer->ux_nframes != 0 && xfer->ux_frlengths); in xhci_device_isoc_enter() 4624 for (i = 0; i < xfer->ux_nframes; i++) { in xhci_device_isoc_enter() 4651 if (i != xfer->ux_nframes - 1) in xhci_device_isoc_enter()
|
| /netbsd/src/sys/rump/dev/lib/libugenhc/ |
| D | ugenhc.c | 595 for (i = 0, len = 0; i < xfer->ux_nframes; i++) in rumpusb_device_bulk_start()
|