Lines Matching refs:cycle_state
165 ring->cycle_state ^= 1; in inc_deq()
245 ring->cycle_state ^= 1; in inc_enq()
598 state->new_cycle_state = ep_ring->cycle_state; in xhci_find_new_dequeue_state()
2810 xhci->event_ring->cycle_state) in xhci_handle_event()
3091 ep_ring->cycle_state ^= 1; in prepare_ring()
3440 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3461 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3533 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3592 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3652 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3669 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3867 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3918 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3931 ep_ring->cycle_state; in xhci_queue_isoc_tx()
4018 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
4153 field4 | xhci->cmd_ring->cycle_state); in queue_command()