Searched refs:trbs_per_td (Results 1 – 2 of 2) sorted by relevance
2185 int trbs_per_td; in cdnsp_queue_isoc_tx() local2206 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()2208 ret = cdnsp_prepare_transfer(pdev, preq, trbs_per_td); in cdnsp_queue_isoc_tx()2224 for (i = 0; i < trbs_per_td; i++) { in cdnsp_queue_isoc_tx()2252 if (i < trbs_per_td - 1) { in cdnsp_queue_isoc_tx()
3976 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local4022 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()4025 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()4032 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()4056 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()4069 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()