Lines Matching refs:qh_scan_next
3086 if (fotg210->qh_scan_next == qh)
3087 fotg210->qh_scan_next = qh->qh_next.qh;
3214 fotg210->qh_scan_next = fotg210->async->qh_next.qh;
3215 while (fotg210->qh_scan_next) {
3216 qh = fotg210->qh_scan_next;
3217 fotg210->qh_scan_next = qh->qh_next.qh;
3225 * drops the lock. That's why fotg210->qh_scan_next
3227 * gets unlinked then fotg210->qh_scan_next is adjusted
3586 if (fotg210->qh_scan_next == qh)
3587 fotg210->qh_scan_next = list_entry(qh->intr_node.next,
3874 list_for_each_entry_safe(qh, fotg210->qh_scan_next,
3883 * drops the lock. That's why fotg210->qh_scan_next
3885 * gets unlinked then fotg210->qh_scan_next is adjusted