Home
last modified time | relevance | path

Searched refs:COMP_COMMAND_ABORTED (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-debug.h56 case COMP_COMMAND_ABORTED: in cdnsp_trb_comp_code_string()
Dcdnsp-gadget.h894 #define COMP_COMMAND_ABORTED 25 macro
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c393 if (i_cmd->status != COMP_COMMAND_ABORTED) in xhci_handle_stopped_cmd_ring()
1582 xhci_complete_del_and_free_cmd(cur_cmd, COMP_COMMAND_ABORTED); in xhci_cleanup_command_queue()
1628 xhci->current_cmd->status = COMP_COMMAND_ABORTED; in xhci_handle_command_timeout()
1720 if (cmd_comp_code == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
1722 if (cmd->status == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
Dxhci.h1125 #define COMP_COMMAND_ABORTED 25 macro
1190 case COMP_COMMAND_ABORTED: in xhci_trb_comp_code_string()
Dxhci.c1984 case COMP_COMMAND_ABORTED: in xhci_configure_endpoint_result()
2034 case COMP_COMMAND_ABORTED: in xhci_evaluate_context_result()
3731 case COMP_COMMAND_ABORTED: in xhci_discover_or_reset_device()
4109 case COMP_COMMAND_ABORTED: in xhci_setup_device()
Dxhci-hub.c548 if (cmd->status == COMP_COMMAND_ABORTED || in xhci_stop_device()