Home
last modified time | relevance | path

Searched refs:first_trb (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c603 union xhci_trb *trb = td->first_trb; in td_to_noop()
609 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
735 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
763 if (trb_in_td(xhci, cur_td->start_seg, cur_td->first_trb, in xhci_handle_cmd_stop_ep()
2882 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3126 bool first_trb = true; in xhci_queue_bulk_tx() local
3175 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx()
3187 if (first_trb) { in xhci_queue_bulk_tx()
3188 first_trb = false; in xhci_queue_bulk_tx()
3543 bool first_trb; in xhci_queue_isoc_tx() local
[all …]
Dxhci.h1517 union xhci_trb *first_trb; member
Dxhci.c1628 urb_priv->td[i].first_trb)); in xhci_urb_dequeue()