Searched refs:trbs_per_td (Results 1 – 2 of 2) sorted by relevance
2207 int trbs_per_td; in cdnsp_queue_isoc_tx() local2228 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()2230 ret = cdnsp_prepare_transfer(pdev, preq, trbs_per_td); in cdnsp_queue_isoc_tx()2246 for (i = 0; i < trbs_per_td; i++) { in cdnsp_queue_isoc_tx()2274 if (i < trbs_per_td - 1) { in cdnsp_queue_isoc_tx()
3985 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local4031 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()4034 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()4041 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()4065 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()4078 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()