Lines Matching refs:slot_id
456 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints()
460 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
464 != udev->slot_id); in xhci_configure_endpoints()
505 int slot_id = udev->slot_id; in xhci_set_configuration() local
506 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration()
631 int slot_id = udev->slot_id; in xhci_address_device() local
634 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
647 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()
649 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
655 slot_id); in xhci_address_device()
727 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
731 ret = xhci_alloc_virt_device(ctrl, udev->slot_id); in _xhci_alloc_device()
763 unsigned int slot_id = udev->slot_id; in xhci_check_maxpacket() local
773 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
786 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
787 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
788 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1410 int slot_id = udev->slot_id; in xhci_update_hub_device() local
1419 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()