Searched refs:dnext (Results 1 – 3 of 3) sorted by relevance
47 struct ohci_soft_td *dnext; /* next in done list */ member63 struct ohci_soft_itd *dnext; /* next in done list */ member
1186 std->dnext = sdone; in ohci_add_done()1194 sitd->dnext = sidone; in ohci_add_done()1205 for (p = &sc->sc_sdone; *p != NULL; p = &(*p)->dnext) in ohci_add_done()1208 for (ip = &sc->sc_sidone; *ip != NULL; ip = &(*ip)->dnext) in ohci_add_done()1249 stdnext = std->dnext; in ohci_softintr()1347 sitdnext = sitd->dnext; in ohci_softintr()
569 DUMP(dnext, "%p"); in tdb_printit()