Home
last modified time | relevance | path

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

/src/sys/dev/iwi/
H A Dif_iwi.c951 IWI_LOCK(sc); in iwi_newstate()
1087 IWI_LOCK(sc); in iwi_wme_update()
1277 IWI_LOCK(sc); in iwi_frame_intr()
1664 IWI_LOCK(sc); in iwi_intr()
1949 IWI_LOCK(sc); in iwi_transmit()
2035 IWI_LOCK(sc); in iwi_parent()
2056 IWI_LOCK(sc); in iwi_ioctl()
2688 IWI_LOCK(sc); in iwi_monitor_scan()
3001 IWI_LOCK(sc); in iwi_disassoc()
3179 IWI_LOCK(sc); in iwi_init()
[all …]
H A Dif_iwivar.h255 #define IWI_LOCK(sc) do { \ macro