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()
2626 xhci->event_ring->cycle_state) { in xhci_handle_event()
2878 ring->cycle_state ^= 1; in prepare_ring()
3142 start_cycle = ep_ring->cycle_state; in queue_bulk_sg_tx()
3176 field |= ep_ring->cycle_state; in queue_bulk_sg_tx()
3327 start_cycle = ep_ring->cycle_state; in xhci_queue_bulk_tx()
3352 field |= ep_ring->cycle_state; in xhci_queue_bulk_tx()
3455 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3505 field | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3522 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3723 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3787 field |= ep_ring->cycle_state; in xhci_queue_isoc_tx()
3792 field |= ep_ring->cycle_state; in xhci_queue_isoc_tx()
3884 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()
4041 field4 | xhci->cmd_ring->cycle_state); in queue_command()