Lines Matching refs:xroot
1744 USB_BUS_LOCK_ASSERT(xfer->xroot->bus, MA_OWNED); in xhci_timeout()
2077 temp.sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_setup_generic_chain()
2119 switch (usbd_get_speed(xfer->xroot->udev)) { in xhci_setup_generic_chain()
2557 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2585 return (xhci_configure_endpoint(xfer->xroot->udev, in xhci_configure_endpoint_by_xfer()
2877 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_endpoint_doorbell()
2886 index = xfer->xroot->udev->controller_slot_id; in xhci_endpoint_doorbell()
2888 if (xfer->xroot->udev->flags.self_suspended == 0) { in xhci_endpoint_doorbell()
2902 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_remove()
2939 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_transfer_insert()
2975 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_transfer_insert()
3180 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in xhci_device_generic_start()
3848 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_configure_reset_endpoint()
3861 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_reset_endpoint()
3864 udev = xfer->xroot->udev; in xhci_configure_reset_endpoint()
3986 struct xhci_softc *sc = XHCI_BUS2SC(xfer->xroot->bus); in xhci_start_dma_delay()
4006 pepext = xhci_get_endpoint_ext(xfer->xroot->udev, in xhci_configure_msg()