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) {
1924 if (!head->qh_next.qh) {
1943 qh->qh_next = head->qh_next;
1947 head->qh_next.qh = qh;
2090 qh->qh_next.qh = NULL;
2111 && oxu->async->qh_next.qh == NULL)
2153 while (prev->qh_next.qh != qh)
2154 prev = prev->qh_next.qh;
2157 prev->qh_next = qh->qh_next;
2184 qh = oxu->async->qh_next.qh;
2219 qh = qh->qh_next.qh;
2237 return &periodic->qh->qh_next;
2284 q = &q->qh->qh_next;
2387 prev = &here.qh->qh_next;
2393 qh->qh_next = here;
2448 /* qh->qh_next still "live" to HC */
2450 qh->qh_next.ptr = NULL;
2718 q = q.qh->qh_next;
2823 (oxu->async->qh_next.ptr != NULL ||
3047 oxu->async->qh_next.qh = NULL;
3444 for (tmp = oxu->async->qh_next.qh;
3446 tmp = tmp->qh_next.qh)
3994 if (oxu->async->qh_next.qh)