Searched refs:new_ring (Results 1 – 3 of 3) sorted by relevance
1424 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()
2838 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()
859 struct xhci_ring *new_ring; member