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

/freebsd-11.0-release/sys/dev/wpi/
H A Dif_wpivar.h128 struct mtx wv_mtx; member in struct:wpi_vap
143 mtx_init(&(_wvp)->wv_mtx, "lock for wv_bcbuf/wv_boff structures", \
145 #define WPI_VAP_LOCK(_wvp) mtx_lock(&(_wvp)->wv_mtx)
146 #define WPI_VAP_UNLOCK(_wvp) mtx_unlock(&(_wvp)->wv_mtx)
147 #define WPI_VAP_LOCK_ASSERT(_wvp) mtx_assert(&(_wvp)->wv_mtx, MA_OWNED)
148 #define WPI_VAP_LOCK_DESTROY(_wvp) mtx_destroy(&(_wvp)->wv_mtx)

Completed in 87 milliseconds