Searched refs:next_td (Results 1 – 2 of 2) sorted by relevance
173 struct td *next_td; in fhci_mem_free() local180 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { in fhci_mem_free()
161 struct ep_td_struct *curr_td, *next_td; in done() local175 next_td = req->head; in done()177 curr_td = next_td; in done()179 next_td = curr_td->next_td_virt; in done()
Completed in 8 milliseconds