qtd_altnext       436 dev/usb/ehci.c 		sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;
qtd_altnext       463 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;
qtd_altnext      1257 dev/usb/ehci.c 	printf(" altnext="); ehci_dump_link(qtd->qtd_altnext, 0);
qtd_altnext      1391 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;
qtd_altnext      1495 dev/usb/ehci.c 	sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;
qtd_altnext      2328 dev/usb/ehci.c 		cur->qtd.qtd_next = cur->qtd.qtd_altnext = nextphys;
qtd_altnext      2545 dev/usb/ehci.c 		if (EHCI_LINK_ADDR(letoh32(sqtd->qtd.qtd_altnext)) == us)
qtd_altnext      2546 dev/usb/ehci.c 			sqtd->qtd.qtd_altnext = next;
qtd_altnext      2586 dev/usb/ehci.c 				    sqh->qh.qh_qtd.qtd_altnext = EHCI_NULL;
qtd_altnext      2814 dev/usb/ehci.c 		    end->qtd.qtd_altnext = htole32(stat->physaddr);
qtd_altnext      2831 dev/usb/ehci.c 	setup->qtd.qtd_next = setup->qtd.qtd_altnext = htole32(next->physaddr);
qtd_altnext      2844 dev/usb/ehci.c 	stat->qtd.qtd_next = stat->qtd.qtd_altnext = EHCI_NULL;
qtd_altnext       289 dev/usb/ehcireg.h 	ehci_link_t	qtd_altnext;