Searched refs:rxon_mtx (Results 1 – 2 of 2) sorted by relevance
209 struct mtx rxon_mtx; member264 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)
529 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()