Lines Matching refs:first_trb
634 union xhci_trb *trb = td->first_trb; in td_to_noop()
640 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
768 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
796 if (trb_in_td(xhci, cur_td->start_seg, cur_td->first_trb, in xhci_handle_cmd_stop_ep()
3065 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3314 bool first_trb = true; in xhci_queue_bulk_tx() local
3363 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx()
3375 if (first_trb) { in xhci_queue_bulk_tx()
3376 first_trb = false; in xhci_queue_bulk_tx()
3766 bool first_trb; in xhci_queue_isoc_tx() local
3795 first_trb = true; in xhci_queue_isoc_tx()
3848 if (!first_trb) in xhci_queue_isoc_tx()
3881 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
3885 first_trb = false; in xhci_queue_isoc_tx()
3935 ep_ring->enqueue = urb_priv->td[0].first_trb; in xhci_queue_isoc_tx()