Searched refs:sc_async_head (Results 1 – 2 of 2) sorted by relevance
472 sc->sc_async_head = sqh; in ehci_init()509 ehci_free_sqh(sc, sc->sc_async_head); in ehci_init()566 wakeup(&sc->sc_async_head); in ehci_intr1()1028 sc->sc_async_head->physaddr | EHCI_LINK_QH); in ehci_power()1419 ehci_add_qh(sqh, sc->sc_async_head); in ehci_open()1425 ehci_add_qh(sqh, sc->sc_async_head); in ehci_open()1535 error = tsleep(&sc->sc_async_head, PZERO, "ehcidi", hz); /* bell wait */ in ehci_sync_hc()2630 ehci_close_pipe(pipe, sc->sc_async_head); in ehci_device_ctrl_close()2764 ehci_dump_sqh(sc->sc_async_head); in ehci_device_request()2876 ehci_dump_sqh(sc->sc_async_head); in ehci_device_bulk_start()[all …]
125 ehci_soft_qh_t *sc_async_head; member