Searched refs:trbs_per_td (Results 1 – 2 of 2) sorted by relevance
2166 int trbs_per_td; in cdnsp_queue_isoc_tx() local2187 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()2189 ret = cdnsp_prepare_transfer(pdev, preq, trbs_per_td); in cdnsp_queue_isoc_tx()2205 for (i = 0; i < trbs_per_td; i++) { in cdnsp_queue_isoc_tx()2233 if (i < trbs_per_td - 1) { in cdnsp_queue_isoc_tx()
4035 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local4081 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()4084 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()4091 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()4115 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()4128 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()