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

  /src/sys/dev/ic/
sl811hs.c 1756 struct slhci_pipe *tosp; local in function:slhci_dointr
1847 while (__predict_true(GOT_FIRST_TO(tosp, t)) &&
1848 __predict_false(tosp->to_frame <= t->frame)) {
1849 tosp->xfer->ux_status = USBD_TIMEOUT;
1850 slhci_do_abort(sc, tosp, tosp->xfer);
1851 enter_callback(t, tosp);
sl811hs.c 1756 struct slhci_pipe *tosp; local in function:slhci_dointr
1847 while (__predict_true(GOT_FIRST_TO(tosp, t)) &&
1848 __predict_false(tosp->to_frame <= t->frame)) {
1849 tosp->xfer->ux_status = USBD_TIMEOUT;
1850 slhci_do_abort(sc, tosp, tosp->xfer);
1851 enter_callback(t, tosp);

Completed in 26 milliseconds