Lines Matching refs:start_cycle
3369 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3377 if (start_cycle) in giveback_first_trb()
3378 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3559 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3602 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3620 if (start_cycle == 0) in xhci_queue_bulk_tx()
3701 start_cycle, start_trb); in xhci_queue_bulk_tx()
3714 int start_cycle; in xhci_queue_ctrl_tx() local
3754 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3761 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3835 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4009 int start_cycle; in xhci_queue_isoc_tx() local
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()
4160 start_cycle, start_trb); in xhci_queue_isoc_tx()
4180 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()