Searched refs:td_self (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Duhci.c440 td->td_self =
599 qh_lst->qh_e_next = td_lst->td_self;
631 sc->sc_isoc_p_last[x % UHCI_VFRAMELIST_COUNT]->td_self;
745 le32toh(p->td_self),
908 last->td_next = std->td_self;
1243 uint32_t td_self; local
1251 td_self = td->td_self;
1281 qh->qh_e_next = td_self;
1615 td->td_next = td_next->td_self;
[all...]
H A Dohci.h140 uint32_t td_self; member in struct:ohci_td
H A Duhci.h114 uint32_t td_self; member in struct:uhci_td
H A Dohci.c552 std, le32toh(std->td_self),
990 ed->ed_headp = td->td_self;
1349 td->td_next = td_next->td_self;
1557 ed->ed_headp = td->td_self;
2454 td->td_self = htole32(page_info.physaddr);
H A Dxhci.c968 (long long)td->td_self,
969 (long long)td->td_self + sizeof(td->td_trb));
981 offset = td_event - td->td_self;
1952 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self);
1953 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self);
2988 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self);
3780 td->td_self = page_info.physaddr;
H A Dxhci.h355 uint64_t td_self; member in struct:xhci_td

Completed in 165 milliseconds