Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c624 if (xhci->cmd_ring_reserved_trbs == MAX_RSVD_CMD_TRBS) { in xhci_alloc_stream_info()
628 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()
1979 xhci->cmd_ring_reserved_trbs = 0; in xhci_mem_cleanup()
2495 xhci->cmd_ring_reserved_trbs++; in xhci_mem_init()
H A Dxhci.h1542 unsigned int cmd_ring_reserved_trbs; member