Lines Matching refs:cmd_comp_code

1417 		union xhci_trb *trb, u32 cmd_comp_code)  in xhci_handle_cmd_set_deq()  argument
1452 if (cmd_comp_code != COMP_SUCCESS) { in xhci_handle_cmd_set_deq()
1456 switch (cmd_comp_code) { in xhci_handle_cmd_set_deq()
1475 cmd_comp_code); in xhci_handle_cmd_set_deq()
1557 union xhci_trb *trb, u32 cmd_comp_code) in xhci_handle_cmd_reset_ep() argument
1575 "Ignoring reset ep completion code of %u", cmd_comp_code); in xhci_handle_cmd_reset_ep()
1591 u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() argument
1593 if (cmd_comp_code == COMP_SUCCESS) in xhci_handle_cmd_enable_slot()
1600 u32 cmd_comp_code) in xhci_handle_cmd_disable_slot() argument
1615 if (cmd_comp_code == COMP_SUCCESS) { in xhci_handle_cmd_disable_slot()
1802 u32 cmd_comp_code; in handle_cmd_completion() local
1817 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1820 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1853 if (cmd_comp_code == COMP_COMMAND_ABORTED) { in handle_cmd_completion()
1865 xhci_handle_cmd_enable_slot(slot_id, cmd, cmd_comp_code); in handle_cmd_completion()
1868 xhci_handle_cmd_disable_slot(xhci, slot_id, cmd_comp_code); in handle_cmd_completion()
1884 cmd_comp_code); in handle_cmd_completion()
1889 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1894 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
1899 xhci_handle_cmd_reset_ep(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
1930 xhci_complete_del_and_free_cmd(cmd, cmd_comp_code, COMP_PARAM(status)); in handle_cmd_completion()