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

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h70 kmutex_t sc_genlock; member in struct:ural_softc
125 #define RAL_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
126 #define RAL_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Dural.c2230 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
2373 mutex_destroy(&sc->sc_genlock);
2419 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h73 kmutex_t sc_genlock; member in struct:rum_softc
132 #define RAL_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
133 #define RAL_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Drum.c2255 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
2418 mutex_destroy(&sc->sc_genlock);
2462 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h78 kmutex_t sc_genlock; member in struct:urtw_softc
149 #define URTW_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
150 #define URTW_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Durtw.c4261 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
4458 mutex_destroy(&sc->sc_genlock);
4514 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h148 kmutex_t sc_genlock; member in struct:rt2560_softc
205 #define RAL_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
206 #define RAL_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Drt2560.c2465 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
2622 mutex_destroy(&sc->sc_genlock);
2684 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h124 kmutex_t sc_genlock; member in struct:rt2661_softc
183 #define RT2661_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock)
184 #define RT2661_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock)
H A Drt2661.c3011 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
3140 mutex_destroy(&sc->sc_genlock);
3207 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h121 #define RT2860_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock)
122 #define RT2860_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock)
137 kmutex_t sc_genlock; member in struct:rt2860_softc
H A Drt2860.c2955 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
3081 mutex_destroy(&sc->sc_genlock);
3149 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h190 kmutex_t sc_genlock; member in struct:uath_softc
246 #define UATH_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
247 #define UATH_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Duath.c3103 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
3264 mutex_destroy(&sc->sc_genlock);
3332 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1809 mutex_enter(&rsc->sc_genlock);
1814 mutex_exit(&rsc->sc_genlock);
1830 mutex_exit(&rsc->sc_genlock);
2450 mutex_enter(&rsc->sc_genlock);
2474 mutex_exit(&rsc->sc_genlock);
2494 mutex_enter(&rsc->sc_genlock);
2508 mutex_exit(&rsc->sc_genlock);
2548 mutex_exit(&rsc->sc_genlock);
2790 mutex_enter(&rsc->sc_genlock);
2795 mutex_exit(&rsc->sc_genlock);
[all...]
H A Drtwvar.h415 kmutex_t sc_genlock; member in struct:rtw_softc
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.h85 kmutex_t sc_genlock; member in struct:atu_softc
111 #define ATU_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
112 #define ATU_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Datu.c1240 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
1306 mutex_destroy(&sc->sc_genlock);
1358 mutex_destroy(&sc->sc_genlock);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h46 #define ARN_LOCK(_sc) mutex_enter(&(_sc)->sc_genlock)
47 #define ARN_UNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock)
48 #define ARN_LOCK_ASSERT(_sc) ASSERT(mutex_owned(&(_sc)->sc_genlock))
959 kmutex_t sc_genlock; member in struct:arn_softc
H A Darn_main.c2825 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
3285 mutex_destroy(&sc->sc_genlock);
3384 mutex_destroy(&sc->sc_genlock);

Completed in 453 milliseconds