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()
2933 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3096 bool first_trb; in queue_bulk_sg_tx() local
3162 first_trb = true; in queue_bulk_sg_tx()
3171 if (first_trb) { in queue_bulk_sg_tx()
3172 first_trb = false; in queue_bulk_sg_tx()
3263 bool first_trb; in xhci_queue_bulk_tx() local
3339 first_trb = true; in xhci_queue_bulk_tx()
3347 if (first_trb) { in xhci_queue_bulk_tx()
3348 first_trb = false; in xhci_queue_bulk_tx()
3703 bool first_trb; in xhci_queue_isoc_tx() local
3732 first_trb = true; in xhci_queue_isoc_tx()
3764 if (first_trb) { in xhci_queue_isoc_tx()
3788 first_trb = false; in xhci_queue_isoc_tx()
3882 ep_ring->enqueue = urb_priv->td[0]->first_trb; in xhci_queue_isoc_tx()