Searched refs:new_ring (Results 1 – 3 of 3) sorted by relevance
1169 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()1172 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()1174 if (!virt_dev->eps[ep_index].new_ring) { in xhci_endpoint_init()1178 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()1182 xhci_reinit_cached_ring(xhci, virt_dev->eps[ep_index].new_ring); in xhci_endpoint_init()1185 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()
1698 if (!virt_dev->eps[i].new_ring) in xhci_check_bandwidth()1706 virt_dev->eps[i].ring = virt_dev->eps[i].new_ring; in xhci_check_bandwidth()1707 virt_dev->eps[i].new_ring = NULL; in xhci_check_bandwidth()1728 if (virt_dev->eps[i].new_ring) { in xhci_reset_bandwidth()1729 xhci_ring_free(xhci, virt_dev->eps[i].new_ring); in xhci_reset_bandwidth()1730 virt_dev->eps[i].new_ring = NULL; in xhci_reset_bandwidth()
736 struct xhci_ring *new_ring; member