Searched refs:trbs_per_td (Results 1 – 2 of 2) sorted by relevance
2175 int trbs_per_td; in cdnsp_queue_isoc_tx() local2196 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()2198 ret = cdnsp_prepare_transfer(pdev, preq, trbs_per_td); in cdnsp_queue_isoc_tx()2214 for (i = 0; i < trbs_per_td; i++) { in cdnsp_queue_isoc_tx()2242 if (i < trbs_per_td - 1) { in cdnsp_queue_isoc_tx()
4041 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local4087 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()4090 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()4097 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()4121 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()4134 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()
Completed in 16 milliseconds