Searched refs:dl_end (Results 1 – 2 of 2) sorted by relevance
915 if (ohci->dl_end) in add_to_done_list()916 ohci->dl_end->next_dl_td = td_prev; in add_to_done_list()924 ohci->dl_end = td->next_dl_td = td; in add_to_done_list()1199 if (td == ohci->dl_end) in process_done_list()1200 ohci->dl_start = ohci->dl_end = NULL; in process_done_list()
391 struct td *dl_start, *dl_end; /* the done list */ member