HomeSort by: relevance | last modified time | path
    Searched refs:ex_itdstart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcivar.h 115 ehci_soft_itd_t *ex_itdstart; member in struct:ehci_xfer::__anon701c5cfa060a::__anon701c5cfa0908
ehci.c 1042 KASSERTMSG(ex->ex_itdstart != NULL && ex->ex_itdend != NULL,
1043 "xfer %p fitd %p litd %p", ex, ex->ex_itdstart, ex->ex_itdend);
1068 (uintptr_t)ex, (uintptr_t)ex->ex_itdstart, 0, 0);
1161 ehci_dump_itds(ex->ex_itdstart);
1168 for (itd = ex->ex_itdstart; itd != NULL; itd = itd->xfer_next) {
1944 (uintptr_t)ex->ex_itdstart, (uintptr_t)ex->ex_itdend, 0, 0);
3559 for (itd = exfer->ex_itdstart; itd != NULL;
4647 ehci_remove_sitd_chain(sc, exfer->ex_itdstart);
4734 exfer->ex_itdstart = start;
4759 ehci_free_itd_chain(sc, ex->ex_itdstart);
    [all...]

Completed in 13 milliseconds