Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c3637 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local
3649 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx()
3650 if (num_tds < 1) { in xhci_queue_isoc_tx()
3661 for (i = 0; i < num_tds; i++) { in xhci_queue_isoc_tx()
3734 if (i < num_tds - 1) in xhci_queue_isoc_tx()
3828 int num_tds, num_trbs, i; in xhci_queue_isoc_tx_prepare() local
3836 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx_prepare()
3837 for (i = 0; i < num_tds; i++) in xhci_queue_isoc_tx_prepare()