Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c4046 int num_tds, trbs_per_td; in xhci_queue_isoc_tx() local
4092 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()
4095 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()
4102 td->num_trbs = trbs_per_td; in xhci_queue_isoc_tx()
4126 for (j = 0; j < trbs_per_td; j++) { in xhci_queue_isoc_tx()
4139 if (j < trbs_per_td - 1) { in xhci_queue_isoc_tx()