Lines Matching refs:start_cycle
2990 unsigned int ep_index, unsigned int stream_id, int start_cycle, in giveback_first_trb() argument
2998 if (start_cycle) in giveback_first_trb()
2999 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3102 int start_cycle; in queue_bulk_sg_tx() local
3142 start_cycle = ep_ring->cycle_state; in queue_bulk_sg_tx()
3173 if (start_cycle == 0) in queue_bulk_sg_tx()
3250 start_cycle, start_trb); in queue_bulk_sg_tx()
3267 int start_cycle; in xhci_queue_bulk_tx() local
3327 start_cycle = ep_ring->cycle_state; in xhci_queue_bulk_tx()
3349 if (start_cycle == 0) in xhci_queue_bulk_tx()
3402 start_cycle, start_trb); in xhci_queue_bulk_tx()
3415 int start_cycle; in xhci_queue_ctrl_tx() local
3455 start_cycle = ep_ring->cycle_state; in xhci_queue_ctrl_tx()
3462 if (start_cycle == 0) in xhci_queue_ctrl_tx()
3525 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3704 int start_cycle; in xhci_queue_isoc_tx() local
3723 start_cycle = ep_ring->cycle_state; in xhci_queue_isoc_tx()
3784 if (start_cycle == 0) in xhci_queue_isoc_tx()
3864 start_cycle, start_trb); in xhci_queue_isoc_tx()
3884 ep_ring->cycle_state = start_cycle; in xhci_queue_isoc_tx()