Lines Matching refs:next
27 * periodic_next_shadow - return "next" pointer on shadow list
81 /* update shadow and hardware lists ... the old "next" pointers
419 * (different dev or endpoint) until the next uframe.
623 ehci->qh_scan_next = list_entry(qh->intr_node.next,
670 else if (ehci->intr_unlink.next == &qh->unlink_node) {
691 else if (ehci->intr_unlink_wait.next == &qh->unlink_node) {
742 /* complete split running into next frame?
976 * always holds the next qh to scan; if the next qh
1390 /* for IN, don't wrap CSPLIT into the next frame */
1466 u32 now, base, next, start, period, span, now2;
1501 next = start;
1516 } while (start > next && !done);
1545 next = now + ehci->i_thresh; /* uframe cache */
1547 next = (now + 2 + 7) & ~0x07; /* full frame cache */
1558 next = (next - base) & (mod - 1);
1580 /* Is the next packet scheduled after the base time? */
1583 /* URB_ISO_ASAP: make sure that start >= next */
1584 if (unlikely(start < next &&
1624 /* Use the first slot after "next" */
1625 start = next + ((start - next) & (period - 1));
1764 itd = list_entry(iso_sched->td_list.next,
2167 sitd = list_entry(sched->td_list.next,
2381 * later processing ... check the next entry.
2422 * later processing ... check the next entry.