Lines Matching refs:cycle_state
119 ring->cycle_state); in unhandled_event_trb()
175 ring->cycle_state ^= 1; in inc_deq()
263 ring->cycle_state ^= 1; in inc_enq()
3241 ep_ring->cycle_state ^= 1; in prepare_ring()
3602 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3623 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3695 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3754 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3814 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3832 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
4029 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
4079 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
4092 ep_ring->cycle_state; in xhci_queue_isoc_tx()
4180 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
4313 field4 | xhci->cmd_ring->cycle_state); in queue_command()