Searched refs:tws_passthru (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/tws/
H A Dtws_user.c50 static int tws_passthru(struct tws_softc *sc, void *buf);
72 error = tws_passthru(sc, (void *)buf);
88 tws_passthru(struct tws_softc *sc, void *buf) function
163 error = mtx_sleep(req, &sc->gen_lock, 0, "tws_passthru", TWS_IOCTL_TIMEOUT*hz);

Completed in 49 milliseconds