qtd_next          435 dev/usb/ehci.c 		sqh->qh.qh_qtd.qtd_next = EHCI_NULL;
qtd_next          462 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_next = EHCI_NULL;
qtd_next          800 dev/usb/ehci.c 		if (sqtd->qtd.qtd_next == EHCI_NULL &&
qtd_next         1237 dev/usb/ehci.c 		stop = sqtd->qtd.qtd_next & htole32(EHCI_LINK_TERMINATE);
qtd_next         1256 dev/usb/ehci.c 	printf("  next="); ehci_dump_link(qtd->qtd_next, 0);
qtd_next         1390 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_next = EHCI_NULL;
qtd_next         1494 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_next = htole32(sqtd->physaddr);
qtd_next         2328 dev/usb/ehci.c 		cur->qtd.qtd_next = cur->qtd.qtd_altnext = nextphys;
qtd_next         2543 dev/usb/ehci.c 		if (EHCI_LINK_ADDR(letoh32(sqtd->qtd.qtd_next)) == us)
qtd_next         2544 dev/usb/ehci.c 			sqtd->qtd.qtd_next = next;
qtd_next         2585 dev/usb/ehci.c 				sqh->qh.qh_qtd.qtd_next =
qtd_next         2813 dev/usb/ehci.c 		end->qtd.qtd_next =
qtd_next         2831 dev/usb/ehci.c 	setup->qtd.qtd_next = setup->qtd.qtd_altnext = htole32(next->physaddr);
qtd_next         2844 dev/usb/ehci.c 	stat->qtd.qtd_next = stat->qtd.qtd_altnext = EHCI_NULL;
qtd_next          288 dev/usb/ehcireg.h 	ehci_link_t	qtd_next;