Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iwi/
HDif_iwi.c944 IWI_LOCK(sc); in iwi_newstate()
1077 IWI_LOCK(sc); in iwi_wme_update()
1267 IWI_LOCK(sc); in iwi_frame_intr()
1654 IWI_LOCK(sc); in iwi_intr()
1940 IWI_LOCK(sc); in iwi_transmit()
2026 IWI_LOCK(sc); in iwi_parent()
2047 IWI_LOCK(sc); in iwi_ioctl()
2663 IWI_LOCK(sc); in iwi_monitor_scan()
2987 IWI_LOCK(sc); in iwi_disassoc()
3165 IWI_LOCK(sc); in iwi_init()
[all …]
HDif_iwivar.h253 #define IWI_LOCK(sc) do { \ macro