Searched refs:ring_cache (Results 1 – 2 of 2) sorted by relevance
406 virt_dev->ring_cache[rings_cached] = in xhci_free_or_cache_endpoint_ring()952 if (dev->ring_cache) { in xhci_free_virt_device()954 xhci_ring_free(xhci, dev->ring_cache[i]); in xhci_free_virt_device()955 kfree(dev->ring_cache); in xhci_free_virt_device()1013 dev->ring_cache = kzalloc( in xhci_alloc_virt_device()1016 if (!dev->ring_cache) in xhci_alloc_virt_device()1432 virt_dev->ring_cache[virt_dev->num_rings_cached]; in xhci_endpoint_init()1433 virt_dev->ring_cache[virt_dev->num_rings_cached] = NULL; in xhci_endpoint_init()
938 struct xhci_ring **ring_cache; member