Home
last modified time | relevance | path

Searched refs:intr_q (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h91 struct usb_xfer_queue intr_q; member
Dusb_hub.c2162 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot()
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c858 TAILQ_INIT(&bus->intr_q.head); in usb_bus_mem_alloc_all()
Dehci.c857 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ehci_transfer_intr_enqueue()
1351 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_interrupt_poll()
3766 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3798 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
Dxhci.c3116 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in xhci_device_generic_start()
3861 usbd_transfer_enqueue(&sc->sc_bus.intr_q, xfer); in xhci_start_dma_delay()
3877 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()
3937 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()