Lines Matching refs:config_cmd

3166 	struct xhci_command *config_cmd;  in xhci_alloc_streams()  local
3191 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_streams()
3192 if (!config_cmd) { in xhci_alloc_streams()
3196 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams()
3200 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3212 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3219 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3258 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams()
3260 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3268 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3273 ret = xhci_configure_endpoint(xhci, udev, config_cmd, in xhci_alloc_streams()
3291 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3310 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
4759 struct xhci_command *config_cmd; in xhci_update_hub_device() local
4775 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_update_hub_device()
4776 if (!config_cmd) { in xhci_update_hub_device()
4780 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_update_hub_device()
4784 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()
4792 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()
4797 xhci_slot_copy(xhci, config_cmd->in_ctx, vdev->out_ctx); in xhci_update_hub_device()
4799 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); in xhci_update_hub_device()
4841 xhci_dbg_ctx(xhci, config_cmd->in_ctx, 0); in xhci_update_hub_device()
4847 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4850 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4856 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()