Lines Matching refs:next
88 * actual number of TDs). If the next URB on this endpoint is like
480 * real work is done at the next start frame (SF) hardware interrupt
513 /* enqueue next TD for this URB (OHCI spec 5.2.8.2) */
542 /* use this td as the next dummy */
838 struct list_head *tmp = td->td_list.next;
853 struct td *next;
855 next = list_entry (tmp, struct td, td_list);
856 tmp = next->td_list.next;
858 if (next->urb != urb)
869 list_del(&next->td_list);
871 ed->hwHeadP = next->hwNextTD | toggle;
1173 td = list_entry(ed->td_list.next, struct td, td_list);