Home
last modified time | relevance | path

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

/linux-4.1.27/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()
2894 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3057 bool first_trb; in queue_bulk_sg_tx() local
3123 first_trb = true; in queue_bulk_sg_tx()
3132 if (first_trb) { in queue_bulk_sg_tx()
3133 first_trb = false; in queue_bulk_sg_tx()
3224 bool first_trb; in xhci_queue_bulk_tx() local
3300 first_trb = true; in xhci_queue_bulk_tx()
[all …]
Dxhci.h1294 union xhci_trb *first_trb; member
Dxhci.c1611 urb_priv->td[i]->first_trb)); in xhci_urb_dequeue()