Home
last modified time | relevance | path

Searched refs:ctl_resp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dqwxvar.h1366 int ctl_resp; member
1893 int ctl_resp; member
H A Dqwx.c13964 sc->ctl_resp = 0; in qwx_htc_connect_service()
13973 while (!sc->ctl_resp) { in qwx_htc_connect_service()
13974 int ret = tsleep_nsec(&sc->ctl_resp, 0, "qwxhtcinit", in qwx_htc_connect_service()
14189 sc->ctl_resp = 0; in qwx_htc_wait_target()
14190 while (!sc->ctl_resp) { in qwx_htc_wait_target()
14191 ret = tsleep_nsec(&sc->ctl_resp, 0, "qwxhtcinit", in qwx_htc_wait_target()
21191 if (sc->ctl_resp) { in qwx_htc_rx_completion_handler()
21206 sc->ctl_resp = 1; in qwx_htc_rx_completion_handler()
21207 wakeup(&sc->ctl_resp); in qwx_htc_rx_completion_handler()