Searched refs:new_ring (Results 1 – 3 of 3) sorted by relevance
1417 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()1419 if (!virt_dev->eps[ep_index].new_ring) { in xhci_endpoint_init()1423 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()1427 xhci_reinit_cached_ring(xhci, virt_dev->eps[ep_index].new_ring, in xhci_endpoint_init()1431 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()
2735 if (!virt_dev->eps[i].new_ring) in xhci_check_bandwidth()2743 virt_dev->eps[i].ring = virt_dev->eps[i].new_ring; in xhci_check_bandwidth()2744 virt_dev->eps[i].new_ring = NULL; in xhci_check_bandwidth()2765 if (virt_dev->eps[i].new_ring) { in xhci_reset_bandwidth()2766 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()2767 virt_dev->eps[i].new_ring = NULL; in xhci_reset_bandwidth()
826 struct xhci_ring *new_ring; member