Lines Matching refs:next
27 * periodic_next_shadow - return "next" pointer on shadow list
81 /* update shadow and hardware lists ... the old "next" pointers
425 * (different dev or endpoint) until the next uframe.
630 ehci->qh_scan_next = list_entry(qh->intr_node.next,
677 else if (ehci->intr_unlink.next == &qh->unlink_node) {
698 else if (ehci->intr_unlink_wait.next == &qh->unlink_node) {
749 /* complete split running into next frame?
983 * always holds the next qh to scan; if the next qh
1401 /* for IN, don't wrap CSPLIT into the next frame */
1477 u32 now, base, next, start, period, span, now2;
1512 next = start;
1527 } while (start > next && !done);
1556 next = now + ehci->i_thresh; /* uframe cache */
1558 next = (now + 2 + 7) & ~0x07; /* full frame cache */
1569 next = (next - base) & (mod - 1);
1591 /* Is the next packet scheduled after the base time? */
1594 /* URB_ISO_ASAP: make sure that start >= next */
1595 if (unlikely(start < next &&
1635 /* Use the first slot after "next" */
1636 start = next + ((start - next) & (period - 1));
1775 itd = list_entry(iso_sched->td_list.next,
2178 sitd = list_entry(sched->td_list.next,
2392 * later processing ... check the next entry.
2433 * later processing ... check the next entry.