Lines Matching refs:cycle_state
165 ring->cycle_state ^= 1; in inc_deq()
245 ring->cycle_state ^= 1; in inc_enq()
559 state->new_cycle_state = ep_ring->cycle_state; in xhci_find_new_dequeue_state()
2735 xhci->event_ring->cycle_state) in xhci_handle_event()
3014 ep_ring->cycle_state ^= 1; in prepare_ring()
3359 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3380 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3452 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3511 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3571 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3588 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3786 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3837 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3850 ep_ring->cycle_state; in xhci_queue_isoc_tx()
3937 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
4072 field4 | xhci->cmd_ring->cycle_state); in queue_command()