Searched refs:rxon_mtx (Results 1 – 2 of 2) sorted by relevance
210 struct mtx rxon_mtx; member265 mtx_init(&(_sc)->rxon_mtx, "lock for wpi_rxon structure", NULL, MTX_DEF)266 #define WPI_RXON_LOCK(_sc) mtx_lock(&(_sc)->rxon_mtx)267 #define WPI_RXON_UNLOCK(_sc) mtx_unlock(&(_sc)->rxon_mtx)268 #define WPI_RXON_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->rxon_mtx, MA_OWNED)269 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)
531 callout_init_mtx(&sc->calib_to, &sc->rxon_mtx, 0); in wpi_attach()532 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0); in wpi_attach()