Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-mem.c661 struct xhci_ring *cur_ring; in xhci_alloc_stream_info() local
712 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
713 if (!cur_ring) in xhci_alloc_stream_info()
715 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()
716 cur_ring->trb_address_map = &stream_info->trb_address_map; in xhci_alloc_stream_info()
718 addr = cur_ring->first_seg->dma | in xhci_alloc_stream_info()
720 cur_ring->cycle_state; in xhci_alloc_stream_info()
726 ret = xhci_update_stream_mapping(cur_ring, mem_flags); in xhci_alloc_stream_info()
728 xhci_ring_free(xhci, cur_ring); in xhci_alloc_stream_info()
744 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
[all …]