Home | History | Annotate | Download | only in usb

Lines Matching refs:ex_itdstart

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);
4833 ex_itdstart;
4952 itd = exfer->ex_itdstart;