Lines Matching refs:first_trb
537 for (cur_seg = cur_td->start_seg, cur_trb = cur_td->first_trb; in td_to_noop()
567 if (flip_cycle && cur_trb != cur_td->first_trb && in td_to_noop()
677 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
2894 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3057 bool first_trb; in queue_bulk_sg_tx() local
3123 first_trb = true; in queue_bulk_sg_tx()
3132 if (first_trb) { in queue_bulk_sg_tx()
3133 first_trb = false; in queue_bulk_sg_tx()
3224 bool first_trb; in xhci_queue_bulk_tx() local
3300 first_trb = true; in xhci_queue_bulk_tx()
3308 if (first_trb) { in xhci_queue_bulk_tx()
3309 first_trb = false; in xhci_queue_bulk_tx()
3573 bool first_trb; in xhci_queue_isoc_tx() local
3600 first_trb = true; in xhci_queue_isoc_tx()
3631 if (first_trb) { in xhci_queue_isoc_tx()
3643 first_trb = false; in xhci_queue_isoc_tx()
3733 ep_ring->enqueue = urb_priv->td[0]->first_trb; in xhci_queue_isoc_tx()