Searched defs:_wvp (Results 1 – 1 of 1) sorted by relevance
142 #define WPI_VAP_LOCK_INIT(_wvp) \ argument145 #define WPI_VAP_LOCK(_wvp) mtx_lock(&(_wvp)->wv_mtx) argument146 #define WPI_VAP_UNLOCK(_wvp) mtx_unlock(&(_wvp)->wv_mtx) argument147 #define WPI_VAP_LOCK_ASSERT(_wvp) mtx_assert(&(_wvp)->wv_mtx, MA_OWNED) argument148 #define WPI_VAP_LOCK_DESTROY(_wvp) mtx_destroy(&(_wvp)->wv_mtx) argument