Lines Matching refs:start_cycle
2951 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
2959 if (start_cycle) in giveback_first_trb()
2960 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3063 int start_cycle; in queue_bulk_sg_tx() local
3103 start_cycle = ep_ring->cycle_state; in queue_bulk_sg_tx()
3134 if (start_cycle == 0) in queue_bulk_sg_tx()
3211 start_cycle, start_trb); in queue_bulk_sg_tx()
3228 int start_cycle; in xhci_queue_bulk_tx() local
3288 start_cycle = ep_ring->cycle_state; in xhci_queue_bulk_tx()
3310 if (start_cycle == 0) in xhci_queue_bulk_tx()
3363 start_cycle, start_trb); in xhci_queue_bulk_tx()
3376 int start_cycle; in xhci_queue_ctrl_tx() local
3416 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3423 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3486 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3574 int start_cycle; in xhci_queue_isoc_tx() local
3591 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3639 if (start_cycle == 0) in xhci_queue_isoc_tx()
3715 start_cycle, start_trb); in xhci_queue_isoc_tx()
3735 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()