trbs_per_td      3734 drivers/usb/host/xhci-ring.c 	int num_tds, trbs_per_td;
trbs_per_td      3780 drivers/usb/host/xhci-ring.c 		trbs_per_td = count_isoc_trbs_needed(urb, i);
trbs_per_td      3783 drivers/usb/host/xhci-ring.c 				urb->stream_id, trbs_per_td, urb, i, mem_flags);
trbs_per_td      3814 drivers/usb/host/xhci-ring.c 		for (j = 0; j < trbs_per_td; j++) {
trbs_per_td      3827 drivers/usb/host/xhci-ring.c 			if (j < trbs_per_td - 1) {