Lines Matching refs:cycle_state
165 ring->cycle_state ^= 1; in inc_deq()
245 ring->cycle_state ^= 1; in inc_enq()
2688 xhci->event_ring->cycle_state) in xhci_handle_event()
2941 ep_ring->cycle_state ^= 1; in prepare_ring()
3286 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3307 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3379 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3438 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3498 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3515 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3695 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3746 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3759 ep_ring->cycle_state; in xhci_queue_isoc_tx()
3849 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
3984 field4 | xhci->cmd_ring->cycle_state); in queue_command()