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

  /src/sys/dev/usb/
ehcivar.h 219 ehci_soft_qh_t *sc_async_head; member in struct:ehci_softc
ehci.c 675 sc->sc_async_head = sqh;
710 ehci_free_sqh(sc, sc->sc_async_head);
1533 sc->sc_async_head->physaddr | EHCI_LINK_QH);
2101 ehci_add_qh(sc, sqh, sc->sc_async_head);
2107 ehci_add_qh(sc, sqh, sc->sc_async_head);
3848 ehci_dump_sqh(sc->sc_async_head);
3904 ehci_close_pipe(pipe, sc->sc_async_head);
4037 ehci_dump_sqh(sc->sc_async_head);
4072 ehci_close_pipe(pipe, sc->sc_async_head);

Completed in 44 milliseconds