Lines Matching refs:cycle_state

40 					unsigned int cycle_state, gfp_t flags)  in xhci_segment_alloc()  argument
58 if (cycle_state == 0) { in xhci_segment_alloc()
291 unsigned int cycle_state) in xhci_initialize_ring_info() argument
305 ring->cycle_state = cycle_state; in xhci_initialize_ring_info()
320 unsigned int num_segs, unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument
325 prev = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring()
334 next = xhci_segment_alloc(xhci, cycle_state, flags); in xhci_alloc_segments_for_ring()
363 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument
380 &ring->last_seg, num_segs, cycle_state, type, flags); in xhci_ring_alloc()
390 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc()
426 struct xhci_ring *ring, unsigned int cycle_state, in xhci_reinit_cached_ring() argument
435 if (cycle_state == 0) { in xhci_reinit_cached_ring()
445 xhci_initialize_ring_info(ring, cycle_state); in xhci_reinit_cached_ring()
474 num_segs, ring->cycle_state, ring->type, flags); in xhci_ring_expansion()
720 cur_ring->cycle_state; in xhci_alloc_stream_info()
793 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1055 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()
1198 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1439 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | ep_ring->cycle_state); in xhci_endpoint_init()
2457 xhci->cmd_ring->cycle_state; in xhci_mem_init()