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.c2168 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.c859 TAILQ_INIT(&bus->intr_q.head); in usb_bus_mem_alloc_all()
Dehci.c858 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ehci_transfer_intr_enqueue()
1356 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_interrupt_poll()
3799 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
3833 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
Dxhci.c3139 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in xhci_device_generic_start()
3886 usbd_transfer_enqueue(&sc->sc_bus.intr_q, xfer); in xhci_start_dma_delay()
3902 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()
3965 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in xhci_configure_msg()