Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c691 if (xhci->cmd_ring_reserved_trbs == MAX_RSVD_CMD_TRBS) { in xhci_alloc_stream_info()
695 xhci->cmd_ring_reserved_trbs++; in xhci_alloc_stream_info()
787 xhci->cmd_ring_reserved_trbs--; in xhci_alloc_stream_info()
849 xhci->cmd_ring_reserved_trbs--; in xhci_free_stream_info()
2024 xhci->cmd_ring_reserved_trbs = 0; in xhci_mem_cleanup()
2622 xhci->cmd_ring_reserved_trbs++; in xhci_mem_init()
H A Dxhci.h1808 unsigned int cmd_ring_reserved_trbs; member
H A Dxhci-ring.c4322 int reserved_trbs = xhci->cmd_ring_reserved_trbs; in queue_command()