Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c1567 u32 cmd_field3; in xhci_handle_command_timeout() local
1583 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()