Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c1591 u32 cmd_field3; in xhci_handle_command_timeout() local
1607 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1612 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()
1617 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()
1618 TRB_TO_EP_INDEX(cmd_field3)); in xhci_handle_command_timeout()