Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c1424 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()
1426 if (!virt_dev->eps[ep_index].new_ring) { in xhci_endpoint_init()
1431 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()
1434 xhci_reinit_cached_ring(xhci, virt_dev->eps[ep_index].new_ring, in xhci_endpoint_init()
1438 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()
Dxhci.c2838 if (!virt_dev->eps[i].new_ring) in xhci_check_bandwidth()
2847 virt_dev->eps[i].ring = virt_dev->eps[i].new_ring; in xhci_check_bandwidth()
2848 virt_dev->eps[i].new_ring = NULL; in xhci_check_bandwidth()
2872 if (virt_dev->eps[i].new_ring) { in xhci_reset_bandwidth()
2873 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()
2874 virt_dev->eps[i].new_ring = NULL; in xhci_reset_bandwidth()
Dxhci.h859 struct xhci_ring *new_ring; member