Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-q.c917 if (ohci->dl_end) in add_to_done_list()
918 ohci->dl_end->next_dl_td = td_prev; in add_to_done_list()
926 ohci->dl_end = td->next_dl_td = td; in add_to_done_list()
1204 if (td == ohci->dl_end) in process_done_list()
1205 ohci->dl_start = ohci->dl_end = NULL; in process_done_list()
Dohci.h394 struct td *dl_start, *dl_end; /* the done list */ member