Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iwi/
HDif_iwi.c1711 IWI_LOCK_ASSERT(sc); in iwi_cmd()
1776 IWI_LOCK_ASSERT(sc); in iwi_tx_start()
1962 IWI_LOCK_ASSERT(sc); in iwi_start()
1989 IWI_LOCK_ASSERT(sc); in iwi_watchdog()
2337 IWI_LOCK_ASSERT(sc); in iwi_load_ucode()
2410 IWI_LOCK_ASSERT(sc); in iwi_load_firmware()
2551 IWI_LOCK_ASSERT(sc); in iwi_config()
2680 IWI_LOCK_ASSERT(sc); in iwi_scanchan()
2812 IWI_LOCK_ASSERT(sc); in iwi_auth_and_assoc()
3080 IWI_LOCK_ASSERT(sc); in iwi_init_locked()
[all …]
HDif_iwivar.h252 #define IWI_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro