Searched refs:qh_next (Results 1 – 5 of 5) sorted by relevance
305 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member1024 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()1900 if (!head->qh_next.qh) { in qh_link_async()1919 qh->qh_next = head->qh_next; in qh_link_async()1923 head->qh_next.qh = qh; in qh_link_async()2066 qh->qh_next.qh = NULL; in end_unlink_async()2087 && oxu->async->qh_next.qh == NULL) in end_unlink_async()2129 while (prev->qh_next.qh != qh) in start_unlink_async()2130 prev = prev->qh_next.qh; in start_unlink_async()2133 prev->qh_next = qh->qh_next; in start_unlink_async()[all …]
57 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
37 return &periodic->qh->qh_next; in periodic_next_shadow()454 here = here.qh->qh_next; in tt_no_collision()558 prev = &here.qh->qh_next; in qh_link_periodic()564 qh->qh_next = here; in qh_link_periodic()627 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
439 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
1199 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local1217 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()1256 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()