Lines Matching refs:xroot
1715 USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); in xhci_timeout()
2048 temp.sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_setup_generic_chain()
2090 switch (usbd_get_speed(xfer->xroot->udev)) { in xhci_setup_generic_chain()
2525 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2553 return (xhci_configure_endpoint(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2845 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_endpoint_doorbell()
2854 index = xfer->xroot->udev->controller_slot_id; in xhci_endpoint_doorbell()
2856 if (xfer->xroot->udev->flags.self_suspended == 0) { in xhci_endpoint_doorbell()
2870 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_remove()
2907 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_insert()
2943 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_transfer_insert()
3148 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in xhci_device_generic_start()
3814 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_configure_reset_endpoint()
3827 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_reset_endpoint()
3830 udev = xfer->xroot->udev; in xhci_configure_reset_endpoint()
3952 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_start_dma_delay()
3972 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_msg()