Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c627 if (xhci->cmd_ring_reserved_trbs == MAX_RSVD_CMD_TRBS) { in xhci_alloc_stream_info()
631 xhci->cmd_ring_reserved_trbs++; in xhci_alloc_stream_info()
718 xhci->cmd_ring_reserved_trbs--; in xhci_alloc_stream_info()
780 xhci->cmd_ring_reserved_trbs--; in xhci_free_stream_info()
1907 xhci->cmd_ring_reserved_trbs = 0; in xhci_mem_cleanup()
2479 xhci->cmd_ring_reserved_trbs++; in xhci_mem_init()
Dxhci.h1757 unsigned int cmd_ring_reserved_trbs; member
Dxhci-ring.c3819 int reserved_trbs = xhci->cmd_ring_reserved_trbs; in queue_command()