Lines Matching refs:slot_id
457 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints()
461 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
465 != udev->slot_id); in xhci_configure_endpoints()
506 int slot_id = udev->slot_id; in xhci_set_configuration() local
507 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration()
632 int slot_id = udev->slot_id; in xhci_address_device() local
635 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
648 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()
650 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
656 slot_id); in xhci_address_device()
728 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
732 ret = xhci_alloc_virt_device(ctrl, udev->slot_id); in _xhci_alloc_device()
764 unsigned int slot_id = udev->slot_id; in xhci_check_maxpacket() local
774 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
787 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
788 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
789 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1416 int slot_id = udev->slot_id; in xhci_update_hub_device() local
1425 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()