Lines Matching refs:qh_scan_next
3087 if (fotg210->qh_scan_next == qh)
3088 fotg210->qh_scan_next = qh->qh_next.qh;
3215 fotg210->qh_scan_next = fotg210->async->qh_next.qh;
3216 while (fotg210->qh_scan_next) {
3217 qh = fotg210->qh_scan_next;
3218 fotg210->qh_scan_next = qh->qh_next.qh;
3226 * drops the lock. That's why fotg210->qh_scan_next
3228 * gets unlinked then fotg210->qh_scan_next is adjusted
3587 if (fotg210->qh_scan_next == qh)
3588 fotg210->qh_scan_next = list_entry(qh->intr_node.next,
3875 list_for_each_entry_safe(qh, fotg210->qh_scan_next,
3884 * drops the lock. That's why fotg210->qh_scan_next
3886 * gets unlinked then fotg210->qh_scan_next is adjusted