Searched refs:cmd_field3 (Results 1 – 1 of 1) sorted by relevance
1567 u32 cmd_field3; in xhci_handle_command_timeout() local1583 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()1588 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()1593 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()1594 TRB_TO_EP_INDEX(cmd_field3)); in xhci_handle_command_timeout()