Lines Matching refs:cycle_state
30 unsigned int cycle_state, in xhci_segment_alloc() argument
60 if (cycle_state == 0) { in xhci_segment_alloc()
301 unsigned int cycle_state) in xhci_initialize_ring_info() argument
315 ring->cycle_state = cycle_state; in xhci_initialize_ring_info()
330 unsigned int cycle_state, in xhci_alloc_segments_for_ring() argument
341 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, num, flags); in xhci_alloc_segments_for_ring()
350 next = xhci_segment_alloc(xhci, cycle_state, max_packet, num, in xhci_alloc_segments_for_ring()
377 unsigned int num_segs, unsigned int cycle_state, in xhci_ring_alloc() argument
396 cycle_state, type, max_packet, flags); in xhci_ring_alloc()
406 xhci_initialize_ring_info(ring, cycle_state); in xhci_ring_alloc()
434 ret = xhci_alloc_segments_for_ring(xhci, &first, &last, num_new_segs, ring->cycle_state, in xhci_ring_expansion()
655 cur_ring->cycle_state; in xhci_alloc_stream_info()
732 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1035 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()
1173 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1480 ep_ring->cycle_state); in xhci_endpoint_init()
2488 xhci->cmd_ring->cycle_state; in xhci_mem_init()