Lines Matching refs:cmd_comp_code
954 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_set_deq() argument
980 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
984 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1004 cmd_comp_code); in xhci_handle_cmd_set_deq()
1048 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1057 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1083 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1085 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1105 struct xhci_event_cmd *event, u32 cmd_comp_code) in xhci_handle_cmd_config_ep() argument
1295 u32 cmd_comp_code; in handle_cmd_completion() local
1327 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1330 if (cmd_comp_code == COMP_CMD_STOP) { in handle_cmd_completion()
1340 if (cmd_comp_code == COMP_CMD_ABORT) { in handle_cmd_completion()
1349 xhci_handle_cmd_enable_slot(xhci, slot_id, cmd_comp_code); in handle_cmd_completion()
1357 cmd_comp_code); in handle_cmd_completion()
1371 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1376 cmd_comp_code = COMP_CMD_STOP; in handle_cmd_completion()
1381 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1408 xhci_complete_del_and_free_cmd(cmd, cmd_comp_code); in handle_cmd_completion()