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