Lines Matching defs:cfg_cmd
3078 struct xhci_command *stop_cmd, *cfg_cmd;
3122 cfg_cmd = xhci_alloc_command_with_ctx(xhci, true, GFP_NOWAIT);
3123 if (!cfg_cmd)
3140 xhci_free_command(xhci, cfg_cmd);
3148 xhci_free_command(xhci, cfg_cmd);
3162 ctrl_ctx = xhci_get_input_control_ctx(cfg_cmd->in_ctx);
3165 xhci_free_command(xhci, cfg_cmd);
3171 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx,
3173 xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index);
3175 err = xhci_queue_configure_endpoint(xhci, cfg_cmd, cfg_cmd->in_ctx->dma,
3179 xhci_free_command(xhci, cfg_cmd);
3188 wait_for_completion(cfg_cmd->completion);
3190 xhci_free_command(xhci, cfg_cmd);