Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-q.c916 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()
Dohci.h391 struct td *dl_start, *dl_end; /* the done list */ member