Home
last modified time | relevance | path

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

/src/sys/dev/iwi/
H A Dif_iwi.c1721 IWI_LOCK_ASSERT(sc); in iwi_cmd()
1784 IWI_LOCK_ASSERT(sc); in iwi_tx_start()
1971 IWI_LOCK_ASSERT(sc); in iwi_start()
1998 IWI_LOCK_ASSERT(sc); in iwi_watchdog()
2346 IWI_LOCK_ASSERT(sc); in iwi_load_ucode()
2419 IWI_LOCK_ASSERT(sc); in iwi_load_firmware()
2587 IWI_LOCK_ASSERT(sc); in iwi_config()
2705 IWI_LOCK_ASSERT(sc); in iwi_scanchan()
2836 IWI_LOCK_ASSERT(sc); in iwi_auth_and_assoc()
3094 IWI_LOCK_ASSERT(sc); in iwi_init_locked()
[all …]
H A Dif_iwivar.h254 #define IWI_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro