Lines Matching defs:td_next
82 struct xhci_td *td_next;
1668 struct xhci_td *td_next;
1690 td_next = td_first = temp->td_next;
1713 if (td_next == NULL)
1718 td = td_next;
1719 td_next = td->obj_next;
1892 if (td_next != NULL) {
1894 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self);
1895 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self);
1934 td_alt_next = td_next;
1962 temp->td_next = td_next;
1995 temp.td_next = td;