Lines Matching refs:cycle_state
29 unsigned int cycle_state, in xhci_segment_alloc() argument
58 if (cycle_state == 0) { in xhci_segment_alloc()
297 unsigned int cycle_state) in xhci_initialize_ring_info() argument
311 ring->cycle_state = cycle_state; in xhci_initialize_ring_info()
323 unsigned int num_segs, unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument
334 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
343 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
372 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument
391 &ring->last_seg, num_segs, cycle_state, type, in xhci_ring_alloc()
402 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc()
440 num_segs, ring->cycle_state, ring->type, in xhci_ring_expansion()
691 cur_ring->cycle_state; in xhci_alloc_stream_info()
769 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1082 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()
1228 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1534 ep_ring->cycle_state); in xhci_endpoint_init()
2513 xhci->cmd_ring->cycle_state; in xhci_mem_init()