Lines Matching refs:start_cycle
3056 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3064 if (start_cycle) in giveback_first_trb()
3065 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3243 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3286 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3304 if (start_cycle == 0) in xhci_queue_bulk_tx()
3385 start_cycle, start_trb); in xhci_queue_bulk_tx()
3398 int start_cycle; in xhci_queue_ctrl_tx() local
3438 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3445 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3518 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3676 int start_cycle; in xhci_queue_isoc_tx() local
3695 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3746 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3829 start_cycle, start_trb); in xhci_queue_isoc_tx()
3849 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()