HomeSort by relevance Sort by last modified time
    Searched refs:sc_genlock (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/ural/
ural_var.h 70 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)
ural.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rum/
rum_var.h 73 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)
rum.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/urtw/
urtw_var.h 78 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)
urtw.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ral/
rt2560_var.h 148 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)
rt2560.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwd/
rt2661_var.h 124 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)
rt2661.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwn/
rt2860_var.h 121 #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
rt2860.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/uath/
uath_var.h 190 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)
uath.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rtw/
rtw.c     [all...]
rtwvar.h 415 kmutex_t sc_genlock; member in struct:rtw_softc
  /onnv/onnv-gate/usr/src/uts/common/io/atu/
atu.h 85 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)
atu.c 1240 mutex_init(&sc->sc_genlock, NULL, MUTEX_DRIVER, NULL);
1306 mutex_destroy(&sc->sc_genlock);
1358 mutex_destroy(&sc->sc_genlock);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_core.h 46 #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))
813 kmutex_t sc_genlock; member in struct:arn_softc
arn_main.c     [all...]

Completed in 840 milliseconds