Lines Matching refs:qh_next
329 union ehci_shadow qh_next; /* ptr to qh; or periodic */
1048 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
1923 if (!head->qh_next.qh) {
1942 qh->qh_next = head->qh_next;
1946 head->qh_next.qh = qh;
2089 qh->qh_next.qh = NULL;
2110 && oxu->async->qh_next.qh == NULL)
2152 while (prev->qh_next.qh != qh)
2153 prev = prev->qh_next.qh;
2156 prev->qh_next = qh->qh_next;
2183 qh = oxu->async->qh_next.qh;
2218 qh = qh->qh_next.qh;
2236 return &periodic->qh->qh_next;
2283 q = &q->qh->qh_next;
2386 prev = &here.qh->qh_next;
2392 qh->qh_next = here;
2447 /* qh->qh_next still "live" to HC */
2449 qh->qh_next.ptr = NULL;
2717 q = q.qh->qh_next;
2822 (oxu->async->qh_next.ptr != NULL ||
3046 oxu->async->qh_next.qh = NULL;
3443 for (tmp = oxu->async->qh_next.qh;
3445 tmp = tmp->qh_next.qh)
3993 if (oxu->async->qh_next.qh)