Searched refs:sc_serial_rw (Results 1 – 2 of 2) sorted by relevance
254 mutex_enter(&sc->sc_serial_rw); in arn_iowrite32()257 mutex_exit(&sc->sc_serial_rw); in arn_iowrite32()270 mutex_enter(&sc->sc_serial_rw); in arn_ioread32()273 mutex_exit(&sc->sc_serial_rw); in arn_ioread32()2826 mutex_init(&sc->sc_serial_rw, NULL, MUTEX_DRIVER, NULL); in arn_attach()3284 mutex_destroy(&sc->sc_serial_rw); in arn_attach()3385 mutex_destroy(&sc->sc_serial_rw); in arn_detach()
960 kmutex_t sc_serial_rw; member