Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c3701 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local
3715 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx()
3716 if (num_tds < 1) { in xhci_queue_isoc_tx()
3727 for (i = 0; i < num_tds; i++) { in xhci_queue_isoc_tx()
3813 if (i < num_tds - 1) in xhci_queue_isoc_tx()
3855 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
3906 int num_tds, num_trbs, i; in xhci_queue_isoc_tx_prepare() local
3917 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx_prepare()
3918 for (i = 0; i < num_tds; i++) in xhci_queue_isoc_tx_prepare()