Lines Matching refs:xroot
1659 USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); in xhci_timeout()
1992 temp.sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_setup_generic_chain()
2034 switch (usbd_get_speed(xfer->xroot->udev)) { in xhci_setup_generic_chain()
2472 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2500 return (xhci_configure_endpoint(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2792 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_endpoint_doorbell()
2801 index = xfer->xroot->udev->controller_slot_id; in xhci_endpoint_doorbell()
2803 if (xfer->xroot->udev->flags.self_suspended == 0) { in xhci_endpoint_doorbell()
2817 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_remove()
2854 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_insert()
2890 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_transfer_insert()
3095 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in xhci_device_generic_start()
3763 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_configure_reset_endpoint()
3776 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_reset_endpoint()
3779 udev = xfer->xroot->udev; in xhci_configure_reset_endpoint()
3901 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_start_dma_delay()
3921 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_msg()