xqh 2249 dev/usb/uhci.c uhci_soft_qh_t *xqh;
xqh 2262 dev/usb/uhci.c for (xqh = sxqh;
xqh 2263 dev/usb/uhci.c xqh != NULL;
xqh 2264 dev/usb/uhci.c xqh = (maxqh++ == 5 || xqh->hlink == sxqh ||
xqh 2265 dev/usb/uhci.c xqh->hlink == xqh ? NULL : xqh->hlink)) {
xqh 2266 dev/usb/uhci.c uhci_dump_qh(xqh);