Lines Matching refs:cycle_state
170 ring->cycle_state ^= 1; in inc_deq()
265 ring->cycle_state ^= 1; in inc_enq()
607 new_cycle = ep_ring->cycle_state; in xhci_move_dequeue_past_td()
2977 xhci->event_ring->cycle_state) in xhci_handle_event()
3275 ep_ring->cycle_state ^= 1; in prepare_ring()
3637 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3658 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3731 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3792 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3852 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3870 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
4068 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
4119 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
4132 ep_ring->cycle_state; in xhci_queue_isoc_tx()
4220 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
4355 field4 | xhci->cmd_ring->cycle_state); in queue_command()