next_trb          591 drivers/usb/host/xhci-ring.c 		next_trb(xhci, ep_ring, &new_seg, &new_deq);
next_trb          640 drivers/usb/host/xhci-ring.c 		next_trb(xhci, ep_ring, &seg, &trb);
next_trb         2023 drivers/usb/host/xhci-ring.c 	for (sum = 0; trb != stop_trb; next_trb(xhci, ring, &seg, &trb)) {