Home
last modified time | relevance | path

Searched defs:_wvp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wpi/
H A Dif_wpivar.h142 #define WPI_VAP_LOCK_INIT(_wvp) \ argument
145 #define WPI_VAP_LOCK(_wvp) mtx_lock(&(_wvp)->wv_mtx) argument
146 #define WPI_VAP_UNLOCK(_wvp) mtx_unlock(&(_wvp)->wv_mtx) argument
147 #define WPI_VAP_LOCK_ASSERT(_wvp) mtx_assert(&(_wvp)->wv_mtx, MA_OWNED) argument
148 #define WPI_VAP_LOCK_DESTROY(_wvp) mtx_destroy(&(_wvp)->wv_mtx) argument