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

/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpivar.h211 struct mtx rxon_mtx; member in struct:wpi_softc
266 mtx_init(&(_sc)->rxon_mtx, "lock for wpi_rxon structure", NULL, MTX_DEF)
267 #define WPI_RXON_LOCK(_sc) mtx_lock(&(_sc)->rxon_mtx)
268 #define WPI_RXON_UNLOCK(_sc) mtx_unlock(&(_sc)->rxon_mtx)
269 #define WPI_RXON_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->rxon_mtx, MA_OWNED)
270 #define WPI_RXON_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->rxon_mtx)
H A Dif_wpi.c534 callout_init_mtx(&sc->calib_to, &sc->rxon_mtx, 0);
535 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0);

Completed in 51 milliseconds