Searched refs:COMP_CMD_STOP (Results 1 – 4 of 4) sorted by relevance
1216 i_cmd->status = COMP_CMD_STOP; in xhci_handle_stopped_cmd_ring()1330 if (cmd_comp_code == COMP_CMD_STOP) { in handle_cmd_completion()1375 if (cmd->status == COMP_CMD_STOP) in handle_cmd_completion()1376 cmd_comp_code = COMP_CMD_STOP; in handle_cmd_completion()
1862 case COMP_CMD_STOP: in xhci_configure_endpoint_result()1913 case COMP_CMD_STOP: in xhci_evaluate_context_result()3529 case COMP_CMD_STOP: in xhci_discover_or_reset_device()3894 case COMP_CMD_STOP: in xhci_setup_device()
409 if (cmd->status == COMP_CMD_ABORT || cmd->status == COMP_CMD_STOP) { in xhci_stop_device()
1105 #define COMP_CMD_STOP 24 macro