Lines Matching refs:start_cycle
3129 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3137 if (start_cycle) in giveback_first_trb()
3138 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3316 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3359 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3377 if (start_cycle == 0) in xhci_queue_bulk_tx()
3458 start_cycle, start_trb); in xhci_queue_bulk_tx()
3471 int start_cycle; in xhci_queue_ctrl_tx() local
3511 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3518 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3591 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3767 int start_cycle; in xhci_queue_isoc_tx() local
3786 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3837 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3917 start_cycle, start_trb); in xhci_queue_isoc_tx()
3937 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()