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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c442 td->td_self =
602 qh_lst->qh_e_next = td_lst->td_self;
635 sc->sc_isoc_p_last[x % UHCI_VFRAMELIST_COUNT]->td_self;
749 le32toh(p->td_self),
912 last->td_next = std->td_self;
1255 uint32_t td_self; local
1263 td_self = td->td_self;
1294 qh->qh_e_next = td_self;
1636 td->td_next = td_next->td_self;
[all...]
H A Dohci.h138 uint32_t td_self; member in struct:ohci_td
H A Duhci.h112 uint32_t td_self; member in struct:uhci_td
H A Dohci.c551 std, le32toh(std->td_self),
997 ed->ed_headp = td->td_self;
1361 td->td_next = td_next->td_self;
1574 ed->ed_headp = td->td_self;
2476 td->td_self = htole32(page_info.physaddr);
H A Dxhci.c930 (long long)td->td_self,
931 (long long)td->td_self + sizeof(td->td_trb));
943 offset = td_event - td->td_self;
1923 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self);
1924 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self);
2976 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self);
3775 td->td_self = page_info.physaddr;
H A Dxhci.h345 uint64_t td_self; member in struct:xhci_td

Completed in 106 milliseconds