Home
last modified time | relevance | path

Searched refs:rxon_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wpi/
HDif_wpivar.h209 struct mtx rxon_mtx; member
264 mtx_init(&(_sc)->rxon_mtx, "lock for wpi_rxon structure", NULL, MTX_DEF)
265 #define WPI_RXON_LOCK(_sc) mtx_lock(&(_sc)->rxon_mtx)
266 #define WPI_RXON_UNLOCK(_sc) mtx_unlock(&(_sc)->rxon_mtx)
267 #define WPI_RXON_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->rxon_mtx, MA_OWNED)
268 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)
HDif_wpi.c529 callout_init_mtx(&sc->calib_to, &sc->rxon_mtx, 0); in wpi_attach()
530 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0); in wpi_attach()