Lines Matching refs:start_cycle
2946 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
2954 if (start_cycle) in giveback_first_trb()
2955 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3128 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3171 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3189 if (start_cycle == 0) in xhci_queue_bulk_tx()
3263 start_cycle, start_trb); in xhci_queue_bulk_tx()
3276 int start_cycle; in xhci_queue_ctrl_tx() local
3316 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3323 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3386 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3544 int start_cycle; in xhci_queue_isoc_tx() local
3563 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3614 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
3697 start_cycle, start_trb); in xhci_queue_isoc_tx()
3717 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()