Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c537 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()
[all …]
Dxhci.h1345 union xhci_trb *first_trb; member
Dxhci.c1601 urb_priv->td[i]->first_trb)); in xhci_urb_dequeue()