Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h193 kmutex_t sc_txlock_cmd; member
H A Duath.c1222 mutex_enter(&sc->sc_txlock_cmd); in uath_cmd_txeof()
1224 mutex_exit(&sc->sc_txlock_cmd); in uath_cmd_txeof()
1258 mutex_enter(&sc->sc_txlock_cmd); in uath_tx_cmd_xfer()
1260 mutex_exit(&sc->sc_txlock_cmd); in uath_tx_cmd_xfer()
3110 mutex_init(&sc->sc_txlock_cmd, NULL, MUTEX_DRIVER, NULL); in uath_attach()
3272 mutex_destroy(&sc->sc_txlock_cmd); in uath_attach()
3340 mutex_destroy(&sc->sc_txlock_cmd); in uath_detach()