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()
468 != udev->slot_id); in xhci_configure_endpoints()
509 int slot_id = udev->slot_id; in xhci_set_configuration() local
510 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration()
635 int slot_id = udev->slot_id; in xhci_address_device() local
638 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
651 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()
656 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
662 slot_id); in xhci_address_device()
737 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
741 ret = xhci_alloc_virt_device(ctrl, udev->slot_id); in _xhci_alloc_device()
773 unsigned int slot_id = udev->slot_id; in xhci_check_maxpacket() local
783 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
796 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
797 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
798 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1425 int slot_id = udev->slot_id; in xhci_update_hub_device() local
1434 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()