Lines Matching defs:td_next
95 ehci_qtd_t *td_next;
1487 ehci_qtd_t *td_next;
1508 td_next = temp->td_next;
1531 if (td_next == NULL) {
1536 td = td_next;
1537 td_next = td->obj_next;
1647 if (td_next) {
1650 td->qtd_next = td_next->qtd_self;
1668 td_alt_next = td_next;
1669 if (temp->setup_alt_next && td_next) {
1670 qtd_altnext = td_next->qtd_self;
1682 temp->td_next = td_next;
1715 temp.td_next = td;