Lines Matching refs:first_trb
758 union xhci_trb *trb = td->first_trb; in td_to_noop()
764 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
996 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
1016 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1073 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2202 td->start_seg, td->first_trb)); in finish_td()
3298 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3551 bool first_trb = true; in xhci_queue_bulk_tx() local
3600 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx()
3612 if (first_trb) { in xhci_queue_bulk_tx()
3613 first_trb = false; in xhci_queue_bulk_tx()
4007 bool first_trb; in xhci_queue_isoc_tx() local
4036 first_trb = true; in xhci_queue_isoc_tx()
4089 if (!first_trb) in xhci_queue_isoc_tx()
4123 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4127 first_trb = false; in xhci_queue_isoc_tx()
4177 ep_ring->enqueue = urb_priv->td[0].first_trb; in xhci_queue_isoc_tx()