Lines Matching refs:cycle_state
29 unsigned int cycle_state, in xhci_segment_alloc() argument
58 if (cycle_state == 0) { in xhci_segment_alloc()
300 unsigned int cycle_state) in xhci_initialize_ring_info() argument
314 ring->cycle_state = cycle_state; in xhci_initialize_ring_info()
327 unsigned int num_segs, unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument
338 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
347 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
424 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument
443 &ring->last_seg, num_segs, cycle_state, type, in xhci_ring_alloc()
454 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc()
497 num_segs, ring->cycle_state, ring->type, in xhci_ring_expansion()
746 cur_ring->cycle_state; in xhci_alloc_stream_info()
824 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1137 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()
1283 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1597 ep_ring->cycle_state); in xhci_endpoint_init()
2609 xhci->cmd_ring->cycle_state; in xhci_mem_init()