Home
last modified time | relevance | path

Searched refs:hw_ring_state (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c1519 u64 hw_ring_state; in xhci_handle_command_timeout() local
1537 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout()
1538 if (hw_ring_state == ~(u64)0) { in xhci_handle_command_timeout()
1544 (hw_ring_state & CMD_RING_RUNNING)) { in xhci_handle_command_timeout()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c1590 u64 hw_ring_state; in xhci_handle_command_timeout() local
1631 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout()
1632 if (hw_ring_state == ~(u64)0) { in xhci_handle_command_timeout()
1638 (hw_ring_state & CMD_RING_RUNNING)) { in xhci_handle_command_timeout()

Completed in 12 milliseconds