Home
last modified time | relevance | path

Searched refs:cmd_ring_reserved_trbs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c636 if (xhci->cmd_ring_reserved_trbs == MAX_RSVD_CMD_TRBS) { in xhci_alloc_stream_info()
640 xhci->cmd_ring_reserved_trbs++; in xhci_alloc_stream_info()
732 xhci->cmd_ring_reserved_trbs--; in xhci_alloc_stream_info()
794 xhci->cmd_ring_reserved_trbs--; in xhci_free_stream_info()
1935 xhci->cmd_ring_reserved_trbs = 0; in xhci_mem_cleanup()
2550 xhci->cmd_ring_reserved_trbs++; in xhci_mem_init()
H A Dxhci.h1797 unsigned int cmd_ring_reserved_trbs; member
H A Dxhci-ring.c4174 * Don't decrement xhci->cmd_ring_reserved_trbs after we've queued the TRB
4181 int reserved_trbs = xhci->cmd_ring_reserved_trbs; in queue_command()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c603 if (xhci->cmd_ring_reserved_trbs == MAX_RSVD_CMD_TRBS) { in xhci_alloc_stream_info()
607 xhci->cmd_ring_reserved_trbs++; in xhci_alloc_stream_info()
696 xhci->cmd_ring_reserved_trbs--; in xhci_alloc_stream_info()
758 xhci->cmd_ring_reserved_trbs--; in xhci_free_stream_info()
1907 xhci->cmd_ring_reserved_trbs = 0; in xhci_mem_cleanup()
2413 xhci->cmd_ring_reserved_trbs++; in xhci_mem_init()
H A Dxhci.h1810 unsigned int cmd_ring_reserved_trbs; member
H A Dxhci-ring.c4322 * Don't decrement xhci->cmd_ring_reserved_trbs after we've queued the TRB
4329 int reserved_trbs = xhci->cmd_ring_reserved_trbs; in queue_command()

Completed in 31 milliseconds