Searched refs:num_tds (Results 1 – 1 of 1) sorted by relevance
3571 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local3583 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx()3584 if (num_tds < 1) { in xhci_queue_isoc_tx()3595 for (i = 0; i < num_tds; i++) { in xhci_queue_isoc_tx()3668 if (i < num_tds - 1) in xhci_queue_isoc_tx()3757 int num_tds, num_trbs, i; in xhci_queue_isoc_tx_prepare() local3765 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx_prepare()3766 for (i = 0; i < num_tds; i++) in xhci_queue_isoc_tx_prepare()