Home
last modified time | relevance | path

Searched refs:trbs_per_td (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/cdns3/
Dcdnsp-ring.c2210 int trbs_per_td; in cdnsp_queue_isoc_tx() local
2231 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()
2233 ret = cdnsp_prepare_transfer(pdev, preq, trbs_per_td); in cdnsp_queue_isoc_tx()
2249 for (i = 0; i < trbs_per_td; i++) { in cdnsp_queue_isoc_tx()
2277 if (i < trbs_per_td - 1) { in cdnsp_queue_isoc_tx()
/drivers/usb/host/
Dxhci-ring.c4057 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local
4103 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()
4106 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()
4113 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()
4137 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()
4150 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()