Lines Matching refs:cycle_state
165 ring->cycle_state ^= 1; in inc_deq()
245 ring->cycle_state ^= 1; in inc_enq()
2578 xhci->event_ring->cycle_state) in xhci_handle_event()
2831 ep_ring->cycle_state ^= 1; in prepare_ring()
3171 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3192 field |= ring->cycle_state; in xhci_queue_bulk_tx()
3257 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3316 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3366 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3383 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3563 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3614 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3627 ep_ring->cycle_state; in xhci_queue_isoc_tx()
3717 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
3852 field4 | xhci->cmd_ring->cycle_state); in queue_command()