cycle_found       533 drivers/usb/host/xhci-ring.c 	bool cycle_found = false;
cycle_found       578 drivers/usb/host/xhci-ring.c 		if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
cycle_found       580 drivers/usb/host/xhci-ring.c 			cycle_found = true;
cycle_found       587 drivers/usb/host/xhci-ring.c 		if (cycle_found && trb_is_link(new_deq) &&
cycle_found       601 drivers/usb/host/xhci-ring.c 	} while (!cycle_found || !td_last_trb_found);