Home
last modified time | relevance | path

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
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); in ural_attach()
2373 mutex_destroy(&sc->sc_genlock); in ural_attach()
2419 mutex_destroy(&sc->sc_genlock); in ural_detach()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h73 kmutex_t sc_genlock; member
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); in rum_attach()
2418 mutex_destroy(&sc->sc_genlock); in rum_attach()
2462 mutex_destroy(&sc->sc_genlock); in rum_detach()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h78 kmutex_t sc_genlock; member
149 #define URTW_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
150 #define URTW_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Durtw.c4265 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL); in urtw_attach()
4462 mutex_destroy(&sc->sc_genlock); in urtw_attach()
4518 mutex_destroy(&sc->sc_genlock); in urtw_detach()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h148 kmutex_t sc_genlock; member
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); in rt2560_attach()
2622 mutex_destroy(&sc->sc_genlock); in rt2560_attach()
2684 mutex_destroy(&sc->sc_genlock); in rt2560_detach()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1809 mutex_enter(&rsc->sc_genlock); in rtw_init()
1814 mutex_exit(&rsc->sc_genlock); in rtw_init()
1830 mutex_exit(&rsc->sc_genlock); in rtw_init()
2450 mutex_enter(&rsc->sc_genlock); in rtw_rate_ctl()
2474 mutex_exit(&rsc->sc_genlock); in rtw_rate_ctl()
2494 mutex_enter(&rsc->sc_genlock); in rtw_new_state()
2508 mutex_exit(&rsc->sc_genlock); in rtw_new_state()
2548 mutex_exit(&rsc->sc_genlock); in rtw_new_state()
2790 mutex_enter(&rsc->sc_genlock); in rtw_intr()
2795 mutex_exit(&rsc->sc_genlock); in rtw_intr()
[all …]
H A Drtwvar.h417 kmutex_t sc_genlock; member
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h124 kmutex_t sc_genlock; member
183 #define RT2661_GLOCK(_sc) mutex_enter(&(_sc)->sc_genlock)
184 #define RT2661_GUNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock)
H A Drt2661.c3015 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL); in rt2661_attach()
3144 mutex_destroy(&sc->sc_genlock); in rt2661_attach()
3211 mutex_destroy(&sc->sc_genlock); in rt2661_detach()
/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
H A Drt2860.c2956 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL); in rt2860_attach()
3082 mutex_destroy(&sc->sc_genlock); in rt2860_attach()
3150 mutex_destroy(&sc->sc_genlock); in rt2860_detach()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h190 kmutex_t sc_genlock; member
246 #define UATH_LOCK(sc) mutex_enter(&(sc)->sc_genlock)
247 #define UATH_UNLOCK(sc) mutex_exit(&(sc)->sc_genlock)
H A Duath.c3108 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL); in uath_attach()
3269 mutex_destroy(&sc->sc_genlock); in uath_attach()
3337 mutex_destroy(&sc->sc_genlock); in uath_detach()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.h85 kmutex_t sc_genlock; member
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); in atu_attach()
1306 mutex_destroy(&sc->sc_genlock); in atu_attach()
1358 mutex_destroy(&sc->sc_genlock); in atu_detach()
/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
H A Darn_main.c2825 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL); in arn_attach()
3285 mutex_destroy(&sc->sc_genlock); in arn_attach()
3384 mutex_destroy(&sc->sc_genlock); in arn_detach()