Lines Matching refs:cycle_state
29 unsigned int cycle_state, in xhci_segment_alloc() argument
58 if (cycle_state == 0) { in xhci_segment_alloc()
294 unsigned int cycle_state) in xhci_initialize_ring_info() argument
308 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, max_packet, flags); in xhci_alloc_segments_for_ring()
334 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
363 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument
382 &ring->last_seg, num_segs, cycle_state, type, in xhci_ring_alloc()
393 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc()
431 num_segs, ring->cycle_state, ring->type, in xhci_ring_expansion()
682 cur_ring->cycle_state; in xhci_alloc_stream_info()
755 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1060 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()
1206 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1506 ep_ring->cycle_state); in xhci_endpoint_init()
2466 xhci->cmd_ring->cycle_state; in xhci_mem_init()