Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c1417 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()
Dxhci.c2735 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()
Dxhci.h826 struct xhci_ring *new_ring; member