Searched refs:num_tds (Results 1 – 1 of 1) sorted by relevance
3701 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local3715 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() local3917 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()