Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c1628 u32 cmd_field3; in xhci_handle_command_timeout() local
1644 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1649 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()
1654 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()
1655 TRB_TO_EP_INDEX(cmd_field3)); in xhci_handle_command_timeout()