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

/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_var.h193 kmutex_t sc_txlock_cmd; member in struct:uath_softc
H A Duath.c1217 mutex_enter(&sc->sc_txlock_cmd);
1219 mutex_exit(&sc->sc_txlock_cmd);
1253 mutex_enter(&sc->sc_txlock_cmd);
1255 mutex_exit(&sc->sc_txlock_cmd);
3105 mutex_init(&sc->sc_txlock_cmd, NULL, MUTEX_DRIVER, NULL);
3267 mutex_destroy(&sc->sc_txlock_cmd);
3335 mutex_destroy(&sc->sc_txlock_cmd);

Completed in 40 milliseconds