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

/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpivar.h216 struct mtx nt_mtx; member in struct:wpi_softc
279 mtx_init(&(_sc)->nt_mtx, "node table lock", NULL, MTX_DEF)
280 #define WPI_NT_LOCK(_sc) mtx_lock(&(_sc)->nt_mtx)
281 #define WPI_NT_UNLOCK(_sc) mtx_unlock(&(_sc)->nt_mtx)
282 #define WPI_NT_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->nt_mtx)
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwnvar.h220 struct mtx nt_mtx; member in struct:rtwn_softc
419 mtx_init(&(sc)->nt_mtx, "node table lock", NULL, MTX_DEF)
420 #define RTWN_NT_LOCK(sc) mtx_lock(&(sc)->nt_mtx)
421 #define RTWN_NT_UNLOCK(sc) mtx_unlock(&(sc)->nt_mtx)
422 #define RTWN_NT_LOCK_INITIALIZED(sc) mtx_initialized(&(sc)->nt_mtx)
423 #define RTWN_NT_LOCK_DESTROY(sc) mtx_destroy(&(sc)->nt_mtx)

Completed in 106 milliseconds