Lines Matching refs:start_cycle
3403 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
3411 if (start_cycle) in giveback_first_trb()
3412 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3594 unsigned int start_cycle, num_sgs = 0; in xhci_queue_bulk_tx() local
3637 start_cycle = ring->cycle_state; in xhci_queue_bulk_tx()
3655 if (start_cycle == 0) in xhci_queue_bulk_tx()
3738 start_cycle, start_trb); in xhci_queue_bulk_tx()
3751 int start_cycle; in xhci_queue_ctrl_tx() local
3792 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3799 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3873 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4049 int start_cycle; in xhci_queue_isoc_tx() local
4068 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
4119 (i ? ep_ring->cycle_state : !start_cycle); in xhci_queue_isoc_tx()
4200 start_cycle, start_trb); in xhci_queue_isoc_tx()
4220 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()