Lines Matching refs:qh_next
465 for (qh = fotg210->async->qh_next.qh; size > 0 && qh;
466 qh = qh->qh_next.qh)
571 if (p.qh->qh_next.ptr) {
590 p = p.qh->qh_next;
1838 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
2897 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink);
2921 qh->qh_next = head->qh_next;
2925 head->qh_next.qh = qh;
3082 while (prev->qh_next.qh != qh)
3083 prev = prev->qh_next.qh;
3086 prev->qh_next = qh->qh_next;
3088 fotg210->qh_scan_next = qh->qh_next.qh;
3137 qh->qh_next.qh = NULL;
3162 next = fotg210->async->qh_next.qh;
3165 next = qh->qh_next.qh;
3215 fotg210->qh_scan_next = fotg210->async->qh_next.qh;
3218 fotg210->qh_scan_next = qh->qh_next.qh;
3279 return &periodic->qh->qh_next;
3351 q = &q->qh->qh_next;
3430 here = here.qh->qh_next;
3514 prev = &here.qh->qh_next;
3520 qh->qh_next = here;
3583 /* qh->qh_next still "live" to HC */
3585 qh->qh_next.ptr = NULL;
4958 fotg210->async->qh_next.qh = NULL;
5396 for (tmp = fotg210->async->qh_next.qh;
5398 tmp = tmp->qh_next.qh)