Lines Matching refs:cycle_state
165 ring->cycle_state ^= 1; in inc_deq()
241 ring->cycle_state ^= 1; in inc_enq()
1207 u32 cycle_state; in xhci_handle_stopped_cmd_ring() local
1221 cycle_state = le32_to_cpu( in xhci_handle_stopped_cmd_ring()
1228 TRB_TYPE(TRB_CMD_NOOP) | cycle_state); in xhci_handle_stopped_cmd_ring()
2587 xhci->event_ring->cycle_state) { in xhci_handle_event()
2839 ring->cycle_state ^= 1; in prepare_ring()
3103 start_cycle = ep_ring->cycle_state; in queue_bulk_sg_tx()
3137 field |= ep_ring->cycle_state; in queue_bulk_sg_tx()
3288 start_cycle = ep_ring->cycle_state; in xhci_queue_bulk_tx()
3313 field |= ep_ring->cycle_state; in xhci_queue_bulk_tx()
3416 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3466 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3483 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3591 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3642 field |= ep_ring->cycle_state; in xhci_queue_isoc_tx()
3647 field |= ep_ring->cycle_state; in xhci_queue_isoc_tx()
3735 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
3857 field4 | xhci->cmd_ring->cycle_state); in queue_command()