Home
last modified time | relevance | path

Searched refs:td_next (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hcd.c755 struct td *td, *td_start, *td_next; in io_watchdog_func() local
803 list_for_each_entry(td_next, &ed->td_list, td_list) { in io_watchdog_func()
804 if (!td_next->next_dl_td) in io_watchdog_func()
806 td = td_next; in io_watchdog_func()
813 td_next = list_prepare_entry(td, &ed->td_list, td_list); in io_watchdog_func()
814 list_for_each_entry_continue(td_next, &ed->td_list, td_list) { in io_watchdog_func()
815 if (head == (u32) td_next->td_dma) in io_watchdog_func()
817 td = td_next; /* head pointer has passed this TD */ in io_watchdog_func()