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

  /src/sys/dev/ic/
sl811hsvar.h 26 struct usbd_xfer *rootintr; member in struct:slhci_transfers
sl811hs.c 1013 KASSERT(t->rootintr == NULL);
1014 t->rootintr = xfer;
1151 /* t->rootintr = NULL; */
2371 if (t->rootintr != NULL) {
2374 KASSERT(t->rootintr->ux_status ==
2376 p = t->rootintr->ux_buf;
2378 t->rootintr->ux_actlen = 1;
2379 t->rootintr->ux_status = USBD_NORMAL_COMPLETION;
2380 xfer = t->rootintr;
2608 if (t->rootintr == spipe->xfer) /* XXX assert? *
    [all...]

Completed in 14 milliseconds