Searched refs:ntd (Results 1 – 2 of 2) sorted by relevance
238 struct uhci_td *ntd = td; in uhci_show_qh() local244 ntd = list_entry(ntmp, struct uhci_td, list); in uhci_show_qh()248 active = ntd->status & TD_CTRL_ACTIVE; in uhci_show_qh()256 td = ntd; in uhci_show_qh()
266 struct uhci_td *ntd; in uhci_remove_td() local268 ntd = list_entry(td->fl_list.next, struct uhci_td, fl_list); in uhci_remove_td()269 uhci->fl->frame[td->frame] = ntd->dma_handle; in uhci_remove_td()270 uhci->fl->frame_cpu[td->frame] = ntd; in uhci_remove_td()