Lines Matching refs:num_tds
110 return urb_priv->num_tds_done == urb_priv->num_tds; in last_td_in_urb()
3160 if (urb->transfer_flags & URB_ZERO_PACKET && urb_priv->num_tds > 1) in xhci_queue_bulk_tx()
3541 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local
3556 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx()
3557 if (num_tds < 1) { in xhci_queue_isoc_tx()
3567 for (i = 0; i < num_tds; i++) { in xhci_queue_isoc_tx()
3644 i < num_tds - 1) in xhci_queue_isoc_tx()
3688 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
3737 int num_tds, num_trbs, i; in xhci_queue_isoc_tx_prepare() local
3748 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx_prepare()
3749 for (i = 0; i < num_tds; i++) in xhci_queue_isoc_tx_prepare()