Lines Matching refs:start_cycle
3362 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3370 if (start_cycle) in giveback_first_trb()
3371 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3553 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3596 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3614 if (start_cycle == 0) in xhci_queue_bulk_tx()
3697 start_cycle, start_trb); in xhci_queue_bulk_tx()
3710 int start_cycle; in xhci_queue_ctrl_tx() local
3751 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3758 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3832 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4008 int start_cycle; in xhci_queue_isoc_tx() local
4027 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
4078 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
4159 start_cycle, start_trb); in xhci_queue_isoc_tx()
4179 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()