Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwi.c949 IWI_LOCK(sc); in iwi_newstate()
1085 IWI_LOCK(sc); in iwi_wme_update()
1275 IWI_LOCK(sc); in iwi_frame_intr()
1662 IWI_LOCK(sc); in iwi_intr()
1945 IWI_LOCK(sc); in iwi_transmit()
2031 IWI_LOCK(sc); in iwi_parent()
2052 IWI_LOCK(sc); in iwi_ioctl()
2683 IWI_LOCK(sc); in iwi_monitor_scan()
2996 IWI_LOCK(sc); in iwi_disassoc()
3174 IWI_LOCK(sc); in iwi_init()
[all …]
H A Dif_iwivar.h255 #define IWI_LOCK(sc) do { \ macro